Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 515 Bytes

Video Tutorial: https://www.youtube.com/watch?v=1dWxCE_RfaE&t=1s

image-contest

upload and image and vote for the best one

#How to start

#Backend pre: cd into /backend 0) Install dependencies --> npm install

  1. start local testnet ---> npm run testnet
  2. Compile contracts ---> npm run build
  3. Test contracts --> npm run test
  4. Deploy contracts --> npm run deploy

##Frontend pre: cd into /frontend

  1. Install dependencies ---> npm install
  2. start frontend ---> npm run dev
  3. build --> npm run build