This project has two main folders:
.
├── contracts
│ ├── src
│ ├── broadcast
│ ├── script
│ └── test
└── web
├── app
└── src
contracts folder contains all the solidity code
web folder contains all the frontend code
To run this project you need NODE Version > 20, & YARN installed in your PC.
- First go to the "WEB" folder.
- Open up a terminal or in Visual Studio Code run -> "yarn".
- After installing all dependencies run -> "yarn dev" to run it localy in development mode.
- Run -> "yarn build" to compile the project for deployment purposes.