ethers-js Posts
A collection of my posts on ethers-js
. Whether I'm trying to
build something new or figure out how to break it, these notes, fixes,
and deep dives document my process. I hope you find them useful.
-
My quick reference for fetching an ETH balance using Ethers.js. It's way easier than calling the
eth_getBalance
RPC and converting the hex value.