0.35.5 • Published 1 year ago

@axelarjs/proto v0.35.5

Weekly downloads
-
License
LicenseRef-LICENS...
Repository
github
Last release
1 year ago

@axelarjs/cosmos-types

JS and TS types relating to Protocol Buffers used by axelar-core and other related projects

Dependencies

To generate JS/TS code from protocol buufers, you need to install:

You can use Brew on macOS:

brew install protobuf

Rebuilding types

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