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/etherspackages into your project:npm install @ethersproject-aion/ethersCreate a JavaScript file and
requirethe package at the top of the file:
const { aion } = require("@ethersproject-aion/ethers");