Deployment
You'll need
go
installed and the required environment variables set, which can be done with the following commands:export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
git clone https://github.com/kardiachain/go-kardia.git $GOPATH
cd $GOPATH/src/github.com/kardiachain/go-kardia/cmd
go install
The latest cmd is now installed.
./cmd --network mainnet --node <path/to/kai_config.yaml>
./cmd --network testnet --node <path/to/kai_config_testnet.yaml>
./cmd --network devnet --node <path/to/kai_config_devnet_node1.yaml>
./cmd --network devnet --node <path/to/kai_config_devnet_node2.yaml>
./cmd --network devnet --node <path/to/kai_config_devnet_node3.yaml>
Last modified 2yr ago