logo logo
  • Docs
  • Community
  • Blog

    • Custom Kits

      Introduction Aion Packages
      ABI AVM Userlib
      AVM Java Contract Fundamentals
      ABIs Callable Functions Fallback Functions Initializable Fields JCL Whitelist
      Writing Contracts
      Contract to Contract Hybrid Storage Initialization Log Require Transfer
    • Tools

      Aion4j IntelliJ Plugin
      ABI Type Checker Call Configure the Plugin Contract Transaction Create an Account Deploy Get Balance Get Receipt Import a Project Install Project Setup Transfer Unlock Account
      Aion4j Maven CLI
      Account Management CLI Faucet Caching Call Client-side Signing Compile Contract Transactions Create a Project Deploy Environment Variables Get Balance Get Logs Get Receipt Install Transfer Update Maven Variable Types endpoint-url
      Community Tools Dashboard Faucets
    • Tutorials

      Code Examples IntelliJ Plugin
      Quick Start Test and Debug
      Maven CLI Web3J
    • APIs

      Web3.js
      Install Examples
      Ethers.js
      Install Examples
      Web3J
      Install Setup Project Examples
    • Nodes

      Overview Java
      Install Custom Network
      Rust
      Install
      Hosting Services

    Install

    Follow these instructions to grab the latest version of Ether.js.

    1. Install NPM if you haven’t already.

    2. Move to your application directory.

    3. Pull down the latest version of the @ethersproject-aion/ethers packages into your project:

      npm install @ethersproject-aion/ethers
      
      Bash
    4. Create a JavaScript file and require the package at the top of the file:

    const { aion } = require("@ethersproject-aion/ethers");
    
    JavaScript

    logo

    Kits
    Open Kits Custom Kits
    Resources
    Community Code of Conduct Blog