a924b20091
* chain_id.go * rpc changes * update scripts * additional test * changelog * fix tests * update script * rpc updates * validate testnet command chain-id * validate rest server chain-id * fix lint * rpc updates * changelog * comment simulations
5 lines
237 B
Bash
5 lines
237 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 > ethermintcli.log &
|
|
tail -f /dev/null |