@axelar-network/axelarjs-sdk

v0.11.2-alpha.10
The JavaScript SDK for Axelar Network
axelar blockchain sdk cryptocurrency interoperability smart-contracts cross-chain

dev

run-p dev:*

lint

eslint . --ext .ts

test

npm i && npm run compile-axelar-cgp-solidity && jest --config jest.json

build

rimraf dist && tsc

format

prettier --write "./**/*.{ts,json}"

dev:tsc

tsc --watch -p .

lint:fix

eslint . --ext .ts --fix

test:e2e

jest --config test/e2e/jest.e2e.json --forceExit

dev:serve

nodemon -e js -w dist dist/index.js

test:watch

jest --watch --no-cache --config jest.json

test:integration

jest --config test/integration/jest.json --forceExit

compile-axelar-cgp-solidity

cd node_modules/@axelar-network/axelar-cgp-solidity && npm install && npx hardhat compile && cp -R artifacts ../../../artifacts && npm uninstall *
npm i @axelar-network/[email protected]

Metadata

  • MIT
  • Whatever
  • Axelar Network
  • released 10/12/2022

Downloads