Deployment
Install go-kardia
From source
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/binGet Source Code
git clone https://github.com/kardiachain/go-kardia.git $GOPATHInstallation Prerequisites
- Install libzmq 
Compile & Install
cd $GOPATH/src/github.com/kardiachain/go-kardia/cmd
go installThe latest cmd is now installed.
Run Kardia Network
Mainnet (coming soon)
./cmd --network mainnet --node <path/to/kai_config.yaml>Testnet
- Config file, see deplopyment/configuration for more details. 
./cmd --network testnet --node <path/to/kai_config_testnet.yaml>Local
- Config file, see deplopyment/configuration for more details. 
./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>Or run Kardia Network by docker
Run Local Testnet with docker
- See deplopyment/local for more details. 
Join Public Testnet
- See deplopyment/testnet for more details. 
Join Mainnet (coming soon)
- See deplopyment/mainnet for more details. 
Last updated
Was this helpful?
