Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 184 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 184 Bytes

Node Version - 18.19.1

To test blockchain code:

npx hardhat test

To run backend:

cd backend npm install npm start

To view frontend output:

cd frontend npm install npm start