YunSuk-Yeo / terra.proto

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosmjs-types

Maintenance

This section is for maintainers of this repo, not users.

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
yarn install

# Setup SDK for IDE support (see https://next.yarnpkg.com/getting-started/editor-sdks)
yarn dlx @yarnpkg/sdks vscode

Rebuilding types

yarn define-proto # Generate .ts files into ./src
yarn build # Build .js/.d.ts files

About

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects

License:Apache License 2.0


Languages

Language:TypeScript 99.6%Language:Shell 0.4%