@axelar-network/axelarjs-sdk

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

dev

run-p dev:*

lint

eslint . --ext .ts

test

vitest run

build

rimraf dist && tsc

format

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

dev:tsc

tsc --watch -p .

lint:fix

eslint . --ext .ts --fix

test:e2e

vitest run --config test/e2e/vitest.e2e.config.ts

dev:serve

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

test:watch

vitest

test:integration

vitest run --config test/integration/vitest.integration.config.ts

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 3/6/2023

Downloads