JSPM

@axelar-network/axelarjs-sdk

0.12.5-alpha.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4860
  • Score
    100M100P100Q178715F
  • License MIT

The JavaScript SDK for Axelar Network

Package Exports

  • @axelar-network/axelarjs-sdk
  • @axelar-network/axelarjs-sdk/dist/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@axelar-network/axelarjs-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Axelar SDK

Overview

The Axelar SDK is a Node.js library that includes a collection of APIs and query tools. It is essentially a wrapper around most common cross-chain functionalities that will help you building cross-chain apps.

The package can be installed into your dApp as a project dependency with:

# npm
npm i @axelar-network/axelarjs-sdk

# or yarn
yarn add @axelar-network/axelarjs-sdk

For full SDK docs, please visit: https://docs.axelar.dev/dev/axelarjs-sdk/intro

Development

When you develop make sure that you have the eslint plugin installed.