Installation
By using Ethers.js or Web3.js together with the Face Wallet SDK, you can interact with the EVM-type blockchains. This document explains based on Ethers.js.
Ethers.js
By running it as follows through NPM, you can install Ethers.js.
npm install --save ethers@legacy-v5
This SDK documentation is based on Ethers.js version 5.
Updated 9 months ago