Ever wanted to know how to connect/disconnect/auto-connect and perform RPC requests with just EthersJS?
ℹ️ NOTE: This is a forked version of the VanillaJS Wallet Connection Repo
This project demonstrates all this and more and was built in tandem with the article Use EthersJS To Connect To MetaMask & Read +Write From A Contract.
Want to see how this work?
Repl.it EthersJS Wallet Connection Demo
- nvm or node
v18.12.1
- pnpm
v7.15.0
Install dependencies:
pnpm install;
Start server:
pnpm run dev;
MIT