/grants-hub

Primary LanguageTypeScriptOtherNOASSERTION

Project Hub

The Project Hub will feed a universal grant registry, from which round managers can source grants for their rounds.

This repo contains the smart contracts and UI which will be used to publish and manage a user's project/s

Directory Structure

.
├── client
│   ├── public
│   └── src
│       ├── actions
│       ├── components
│       │   ├── base
│       │   └── grants
│       ├── contracts
│       │   └── abis
│       ├── reducers
│       ├── styles
│       └── types
└── contracts
    ├── artifacts
    │   ├── build-info
    │   ├── contracts
    │   │   └── ProjectRegistry.sol
    │   └── hardhat
    │       └── console.sol
    ├── contracts
    ├── lib
    ├── scripts
    │   └── migrations
    ├── test
    └── typechain
        └── factories