Skip to content

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

License

Notifications You must be signed in to change notification settings

Switcheo/axelarjs-types

 
 

Repository files navigation

axelarjs-types

Maintenance

This section is for maintainers of this repo, not users.

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
yarn install

# Setup SDK for IDE support (see https://next.yarnpkg.com/getting-started/editor-sdks)
yarn dlx @yarnpkg/sdks vscode

Rebuilding types

yarn codegen # Generate .ts files into ./src
yarn build # Build .js/.d.ts files
yarn prepare # prepare files in right location

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Shell 0.3%