Connecting to Mainnet
Konstellation Network CLI Quick Start
Build from code
# Clone Konstellation from the latest release found here: https://github.com/konstellation/konstellation/releases
git clone -b v0.6.2 https://github.com/konstellation/konstellation
# Enter the folder Konstellation was cloned into
cd konstellation
# Compile and install Konstellation
make build
# alias binary file
# alias knstld=/your/path/to/repo/build/knstld
# Check konstellation version
knstld versionMake node directory
knstld tendermint unsafe-reset-allSet node to connect
Last updated