ganache-cli

Verified for current stable LTS

Ganache Cli Commands

Ganache Cli command syntax with verified terminal examples.

Commands

13 commands for Ganache Cli

ganache-cli

Ganache Cli Command: Run Ganache

ganache-cli
ganache-cli

Ganache Cli Command: Run Ganache Default

ganache-cli
ganache-cli

Ganache Cli Command: Run Ganache Default Balance

ganache-cli --defaultBalanceEther=<default_balance>
ganache-cli

Ganache Cli Command: Run Ganache Secure

ganache-cli --secure
ganache-cli

Ganache Cli Command: Run Ganache Secure Mode

ganache-cli --secure
ganache-cli

Ganache Cli Command: Run Ganache Specific Account Balance

ganache-cli --account="<account_private_key>,<account_balance>"
ganache-cli

Ganache Cli Command: Run Ganache Specific Accounts

ganache-cli --accounts=<number_of_accounts>
ganache-cli

Ganache Cli Command: Run Ganache Unlock Accounts

ganache-cli --secure --unlock "<account_private_key1>" --unlock "<account_private_key2>"
ganache-cli

Ganache Cli Command: Run Ganache Unlock Specific Accounts

ganache-cli --secure --unlock "<account_private_key1>" --unlock "<account_private_key2>"
ganache-cli

Ganache Cli Command: Run Ganache Verbose Logging

ganache-cli --verbose
ganache-cli

Ganache Cli Command: Run Ganache With Default Account Balance

ganache-cli --defaultBalanceEther=<default_balance>
ganache-cli

Ganache Cli Command: Run Ganache With Number Of Accounts

ganache-cli --accounts=<number_of_accounts>
ganache-cli

Ganache Cli Command: Run Ganache With Specific Account And Balance

ganache-cli --account="<account_private_key>,<account_balance>"

Suggest a Ganache Cli Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Ganache Cli workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.