davidp94 / cosmjs-types

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

npm version

Maintenance

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

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
npm install

Rebuilding types

npm run codegen # Generate .ts files into ./src
npm run 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.9%Language:JavaScript 0.1%Language:Shell 0.0%