VBase offers a service for the Interchain Validators to store their proposal reviews for the Cosmos SDK-based chains in the KYVE data pool. VBase Runtime is a codebase of Kysor that allows you to participate in the VBase storage pool as a validator or uploader.
Common:
- @kyvejs/types - holds all types for the KYVE application in typescript
- @kyvejs/sdk - development kit for communicating with the KYVE blockchain
- @kyvejs/protocol - core functionality for running validators on the KYVE network
Tools:
- @kyvejs/kysor - The Cosmovisor of KYVE
Integrations:
- @kyvejs/tendermint - The official KYVE Tendermint sync integration
- @kyvejs/tendermint-bsync - The official KYVE Tendermint block sync integration
- @HeesungB/vbase-runtime - The integration that allows you to register your proposal review and sync the data
Clone and checkout repository:
https://github.com/HeesungB/vbase.git
cd vbase
Install dependencies and setup project:
yarn setup
Checkout integration and build binaries:
cd integrations/vbase-runtime
yarn build:binaries