This project is a working example on how to connect web3 to a Metamask wallet. The provided example is built with NextJS / React and leverages the web3 connection with wagmy
package.
Feel free to extend the InjectedConnector to other wallets in the ecosystem.
NextJs with Typscript + TailwindCss
This project uses node version "16.14.2"
Install Node Version Manager (nvm) to move between versions;
npm i -g yarn
yarn install
In dev mode with yarn run dev