This is a React + Web3 project for a tutorial on Medium.
The purpose of this simplified tutorial is to show how you can create a Front End application with Vite, React & Web3 to interact with your smart contracts.
- Run
npm installto install npm packages. - Create a ".env" file following ".env.example". Change VITE_CONTRACT_ADD to your contract address.
- Update your contract ABI in "/src/utils/helper.js".
- Run
npm run devto start the project on localhost.
