/Kyve-mannet

Primary LanguageGoMIT LicenseMIT

The KYVE Network

v1.0.0

The KYVE consensus layer is the backbone of the KYVE ecosystem. The layer is a sovereign Delegated Proof of Stake network built using the Cosmos SDK and Tendermint Core (BFT Consensus).

Building from source

make build

You can find the kyved binary in the ./build directory.

If you need binaries for alternative architectures than your host:

make release

The different binaries can be found in the ./release directory.

Building for the Kaon testnet

If you want to build the binary for the Kaon testnet, you will need to specify its build environment. This is important because mainnet and testnet use different denoms for the native token.

make build ENV=kaon

You can verify the build information using the following command:

kyved info