@axelar-network/axelarjs-types
v1.3.0
Published
JS and TS types relating to Protocol Buffers used by AxelarJS-SDK and other related projects
Keywords
Readme
axelarjs-types
Development
# Setup
git submodule update --init --recursive
yarn install
# Regenerate types from proto files
yarn codegen
# Build package
yarn buildUpdating axelar-core version
cd axelar-core
git checkout <new-commit-hash>
cd ..
git add axelar-core
git commit -m "update axelar-core to <commit-hash>"
yarn codegen