https://github.com/gitcoinco/grants-stack
Round Manager & Grant Explorer & Project Builder of the Grants Protocol
https://github.com/gitcoinco/grants-stack
quadratic-funding react solidity typescript
Last synced: 12 months ago
JSON representation
Round Manager & Grant Explorer & Project Builder of the Grants Protocol
- Host: GitHub
- URL: https://github.com/gitcoinco/grants-stack
- Owner: gitcoinco
- License: other
- Created: 2022-05-12T10:04:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T12:10:38.000Z (about 1 year ago)
- Last Synced: 2025-05-08T13:24:29.709Z (about 1 year ago)
- Topics: quadratic-funding, react, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 39.5 MB
- Stars: 350
- Watchers: 26
- Forks: 176
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- best-of-crypto - GitHub - 5% open · ⏱️ 05.06.2024): (Others)
README
# grants-stack
This repository contains packages needed for a user to
- Create & Manage Rounds
- Explore available Rounds
- Vote for Projects within a Round
Project Maintained via : `turborepo`
Package manager : `pnpm`
## Packages
- round-manager: React application for managing rounds
- grant-explorer: React application for exploring the grants ecosystem
- builder: React application for managing projects
- common: components and functionality that is shared between projects
- eslint-config-gitcoin: common eslint config for all grants stack projects
- verify-env: a utility package and a webpack plugin for verifying the environment of an app during build
```
.
├── .github # github specific configuration
├── packages # individual frontends and related packages
├── package.json # root package configuration
├── docs # documentation
└── README.md
```
##### Development
We welcome external contributions. Please make sure to familiarize yourself with the [Contribution Guidelines](CONTRIBUTING.md).
To contribute to this project, fork the repo and follow the instructions at [DEV.md](docs/DEV.md)
##### Hosting
All the apps are hosted on Vercel. Preview links get created automatically for PRs. Commits to main get deployed to production automatically.