Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 446 Bytes

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