Skip to content

Limerin555/react_web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Web3 Front End

alt text

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.

Local Installation Guide

  1. Run npm install to install npm packages.
  2. Create a ".env" file following ".env.example". Change VITE_CONTRACT_ADD to your contract address.
  3. Update your contract ABI in "/src/utils/helper.js".
  4. Run npm run dev to start the project on localhost.