This repository contains packages needed for a user to
- Create & Manage Grant Round
- Explore available Grant Rounds
- Contribute / Support Grants within a Grant Round
Project Maintained via : lerna
Build Tool : yarn
.
├── .github # github specific configuration
├── packages
│ ├── contracts # contracts built using hardhat
│ ├── round-manager # react-frontend for round-mamager
│ ├── round-explorer # react-frontend for round-explorer
├── docs # useful documentation
├── lerna.json # lerna config
├── package.json # root package configuration
└── README.md