이더리움 개발을 위한 개인 블록체인 Ganache의 명령줄 버전. 더 많은 정보: https://www.trufflesuite.com/ganache.
ganache-cli
ganache-cli --accounts={{계정_의_수}}
ganache-cli --secure
ganache-cli --secure --unlock "{{계정_개인_키1}}" --unlock "{{계정_개인_키2}}"
ganache-cli --account="{{계정_개인_키}},{{계정_잔액}}"
ganache-cli --defaultBalanceEther={{기본_잔액}}
stdout
에 기록:ganache-cli --verbose