Cosmjs types for users of Neutron chain.
Version of this package is synced with Neutron chain version.
This section is for maintainers of this repo, not users.
# Pull external code
git submodule update --init --recursive
# Install dependencies
npm install
# Set specified versions for submodules
# Submodules versions (commits or tags) should be set in the ./scripts/set-versions.sh script for the corresponding *_REV constants
npm run set-versions
# Generate .ts files into ./src
npm run codegen
# Build .js/.d.ts files
npm run build