Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 387 Bytes

Open Source Summer - Buildathon project

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