Video Tutorial: https://www.youtube.com/watch?v=1dWxCE_RfaE&t=1s
upload and image and vote for the best one
#How to start
#Backend pre: cd into /backend 0) Install dependencies --> npm install
- start local testnet ---> npm run testnet
- Compile contracts ---> npm run build
- Test contracts --> npm run test
- Deploy contracts --> npm run deploy
##Frontend pre: cd into /frontend
- Install dependencies ---> npm install
- start frontend ---> npm run dev
- build --> npm run build