Ethers.js - Understanding the basics
Ethers.js is a library, written in javascript that allows you to connect any application to an Ethereum blockchain and its ecosystem. It's basically a bridge that connects the client to the blockchain
How to import Ethers into your project.
npm i ...
aaronr2020.hashnode.dev6 min read