@axelar-network/axelarjs-sdk
Version:
The JavaScript SDK for Axelar Network
22 lines (13 loc) • 662 B
Markdown
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:
```bash
npm i @axelar-network/axelarjs-sdk
yarn add @axelar-network/axelarjs-sdk
```
For full SDK docs, please visit: https://docs.axelar.dev/dev/axelarjs-sdk/intro
When you develop make sure that you have the [_eslint plugin_](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) installed.