JS and TS types relating to Protocol Buffers used by axelar-core and other related projects
To generate JS/TS code from protocol buufers, you need to install:
You can use Brew on macOS:
brew install protobuf
pnpm sync # sync protobuf definition files from axelar-core, by default it will use the main branch. For a specific tag, use TAG=vX.X.X pnpm sync
pnpm codegen # generate .js/.d.ts files