This project is a dashboard for visualizing Gitcoin Grants data. It provides real-time analytics and insights into Gitcoin's grant programs, funding rounds, and community participation.
- Frontend: Streamlit web application
- Database: PostgreSQL (via Regendata's Grants DB)
- Visualization: Plotly for interactive charts
- Primary: Gitcoin Indexer PostgreSQL Database
- Update Frequency: Real-time sync with blockchain events
- Data Types:
- Grant metadata
- Contribution history
- Donor information
- Round statistics
To add programs or keep the round numbers updated, please update the program round labels spreadsheet. This gets automatically pulled into regendata's grants db.
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
This project is licensed under the Apache License. See the LICENSE file for details.
For any questions or suggestions, please open an issue