/web3-metamask-check

Checks metamask wallet balance - must have metamask installed

Primary LanguageJavaScript

Web3 MetaMask Wallet Authentication

This is a quick and dirty tool built in Next.js that connects with MetaMask to read and display your ETH wallet balance. Please install metamask to use this tool.

Installation and Usage

Clone this project to a desired local folder.

$ git clone https://github.com/fnyah/web3-metamask-check/
$ cd web3-metamask-check

Install project dependencies.

$ npm install

Run the app

npm run dev

Required Dependencies

License

MIT © fnyah