Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 224 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 224 Bytes

Frontend

How To Run

  1. Copy .env.example as .env in the current working directory
cp .env.example .env
  1. Set the contract address to your deployed contract address
  2. Run the server
npm run dev