Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 393 Bytes

Open in Gitpod

Instructions

cd frontend
npm install
npm run serve

To deploy on a local blockchain

Be sure to create a .env file in the hardhat dir that matches the .env.example template

cd hardhat
npm install
npm run local-node
npm run deploy-local