0.4.0 • Published 7 months ago

@bnb-chain/greenfield-cosmos-types v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Greenfield Cosmos Types

JavaScript and TypeScript types relating to Protocol Buffers used by Greenfield JS SDK and Cosmos-SDK and other related projects.

This section needs to cooperate with greenfield-js-sdk.

Getting Started

# Update protobuf files
git submodule init
git submodule update

# Install dependencies
pnpm install

Build Types

# Generate .ts files into ./src
npm run codegen

# Build .js/.d.js files
npm run build