548f2a7b92
1. rename `ethermint` to `chiba-clonk` 2. fix the `make localnet-start`
12 lines
344 B
Bash
Executable File
12 lines
344 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "prepare genesis: Run validate-genesis to ensure everything worked and that the genesis file is setup correctly"
|
|
chibaclonkd validate-genesis --home /chibaclonk
|
|
|
|
echo "starting chibaclonk node $ID in background ..."
|
|
chibaclonkd start \
|
|
--home /chibaclonk \
|
|
--keyring-backend test
|
|
|
|
echo "started ethermint node"
|
|
tail -f /dev/null |