Run node
1. Single-node private chain:
git clone https://github.com/okx/exchain
cd dev
./start.sh
2. How to send tx
cd exchange
dev/client/run.sh
3. Working directory details
https://forum.okt.club/d/165-exchainddata-config
4. Reference Documentation
https://github.com/okx/cosmos-sdk/blob/main/docs/run-node/run-node.md
tx lifecycle
5. Multi-node private chain:
git clone https://github.com/okx/exchain
cd dev/testnet
# Start 5 nodes, 4 super nodes, 1 rpc node
./testnet.sh -s -i -n 5 -r 1