Install
Follow these instructions to grab the latest version of Ether.js.
Install NPM if you haven’t already.
Move to your application directory.
Pull down the latest version of the
@ethersproject-aion/ethers
packages into your project:npm install @ethersproject-aion/ethers
Create a JavaScript file and
require
the package at the top of the file:
const { aion } = require("@ethersproject-aion/ethers");