This section is for maintainers of this repo, not users.
# Pull external code
git submodule init
git submodule update
# Install dependencies
npm install
npm run codegen # Generate .ts files into ./src
npm run build # Build .js/.d.ts files
JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects
TypeScriptApache-2.0