d1e22e1544
* add cmd flag for rpc api modules * fix test-contract race condition by sleeping
5 lines
271 B
Bash
5 lines
271 B
Bash
#!/bin/sh
|
|
ethermintd --home /ethermint/node$ID/ethermintd/ start > ethermintd.log &
|
|
sleep 5
|
|
ethermintcli rest-server --laddr "tcp://localhost:8545" --chain-id "ethermint-7305661614933169792" --trace --rpc-api="web3,eth,net,personal" > ethermintcli.log &
|
|
tail -f /dev/null |