Skip to content

axelarnetwork/axelarjs-types

 
 

Repository files navigation

axelarjs-types

Development

# Setup
git submodule update --init --recursive
yarn install

# Regenerate types from proto files
yarn codegen

# Build package
yarn build

Updating 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

About

JS and TS types relating to Protocol Buffers used by Axelar Core

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.3%
  • Shell 7.7%