The AERE Network JavaScript SDK provides a simple interface for interacting with the AERE blockchain, smart contracts, and APIs. It's built on top of ethers.js and provides additional functionality specific to AERE Network.
Installation
Basic Usage
Examples
Basic Usage
Learn the fundamental operations of the AERE SDK including connecting to the network, checking balances, and transferring tokens.
View ExampleSwap Tokens
Learn how to swap tokens using the AERE DEX interface through the SDK, including price quotes and slippage handling.
View ExampleLiquidity Provision
Examples for adding/removing liquidity and staking LP tokens to earn rewards from the incentives program.
View ExampleCustom Contracts
Examples for interacting with custom smart contracts deployed on the AERE Network.
View Example