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)
Testnet
Config file, see deplopyment/configuration for more details.
Local
Config file, see deplopyment/configuration for more details.
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?
