0.0.0-snapshot.8996e1c • Published 12 months ago

@axelarjs/proto v0.0.0-snapshot.8996e1c

Weekly downloads
-
License
LicenseRef-LICENS...
Repository
github
Last release
12 months 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