/vbase

Tools for building applications on KYVE

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Introduction

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.

Project Overview

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:

Integrations:

Tutorials


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