9 lines
215 B
Bash
9 lines
215 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
ganache-cli \
|
||
|
--defaultBalanceEther 1000000000 \
|
||
|
--gasLimit 1000000000 \
|
||
|
--accounts 10 \
|
||
|
--mnemonic "vast thought differ pull jewel broom cook wrist tribe word before omit" \
|
||
|
--port 8545 \
|