Git Product home page Git Product logo

chain's Introduction

The KYVE Network

v1.5.0

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

The main branch always contains the latest commits during development. Check out the /release/v1.x.x branches for stable releases.

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 ENV=mainnet

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

Building docker image

Root

To create a regular kyve-network/kyve:${VERSION} docker image with kyved binary only execute:

make docker-image

To create the corresponding debug image containing a sh shell execute make docker-image-debug.

Nonroot

To create a nonroot docker image kyve-network/kyve:${VERSION}-nonroot running with user nonroot:65532:

make docker-image-nonroot

To create the corresponding debug image kyve-network/kyve:${VERSION}-debug-nonroot execute make docker-image-debug-nonroot.

chain's People

Contributors

mbreithecker avatar johnletey avatar troykessler avatar shifty11 avatar vchong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.