Personal Notes-Ether.js
installing npm i ethers
we pass the rpc as the following to connect to the blockchain in the main().
const provider = new ethers.providers.JsonRpcProvider("http://0.0.0.0:8545")
Private keys basically prove you are the owner of the address mentioned...
aaronr2020.hashnode.dev2 min read