This repository is a prebuild React + Vite Web App that utilizes the core functionalities of MetaMask. While implementing a DApp the login via MetaMask is often desired and this core template solves the problem of having to deal with the underlying Web3 interaction. Since this template is quite basic, it only includes the connection between the web interface and Metamask. However, from this template on forward, one can build any DApp imaginable.
- Clone the repo:
git clone https://github.com/MikePawel/MetaMask-global-state.git
- install packages:
npm i
- run react + vite app:
npm run dev
Enjoy ;)