StabilityNexus / FairFund

5 stars 8 forks source link

Establish Frontend and Project Folder Structure for FairFund Protocol #2

Closed adityabhattad2021 closed 4 months ago

adityabhattad2021 commented 4 months ago

Description:

Reorganize the repository to accommodate the frontend, backend, and smart contracts within a single project structure. The proposed folder structure is as follows:

.
├── LICENSE
├── README.md
├── app
│   ├── blockchain   // Smart contracts folder
│   └── web-app   // Next.js project for off-chain code (frontend, backend, etc.)