https://github.com/intersectmbo/govtool
🔩 GovTool and utilities monorepo.
https://github.com/intersectmbo/govtool
Last synced: about 1 month ago
JSON representation
🔩 GovTool and utilities monorepo.
- Host: GitHub
- URL: https://github.com/intersectmbo/govtool
- Owner: IntersectMBO
- License: apache-2.0
- Created: 2023-12-13T15:45:03.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-18T12:24:33.000Z (4 months ago)
- Last Synced: 2025-11-18T13:16:08.525Z (4 months ago)
- Language: HTML
- Homepage: https://gov.tools
- Size: 31 MB
- Stars: 22
- Watchers: 9
- Forks: 20
- Open Issues: 329
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
- Governance: docs/GOVERNANCE_ACTION_SUBMISSION.md
Awesome Lists containing this project
README
Monorepo containing Cardano GovTool and supporting utilities
[](https://www.npmjs.com/package/npm) [](http://makeapullrequest.com) [](https://opensource.org/licenses/Apache-2.0)
[](https://sonarcloud.io/summary/overall?id=intersect-govtool) [](https://sonarcloud.io/summary/overall?id=intersect-govtool) [](https://sonarcloud.io/summary/overall?id=intersect-govtool)
## 🌄 Purpose
The Cardano GovTool enables ada holders to experience the governance features described in [CIP-1694](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md).
### Instances
#### Mainnet
- [gov.tools](https://gov.tools/)
#### Preview Testnet
- [preview.gov.tools](https://preview.gov.tools/)
### Documentation
Learn more; [docs.gov.tools](https://docs.gov.tools/cardano-govtool/using-govtool).
## 📍 Navigation
- [Backend](./govtool/backend/README.md)
- [Frontend](./govtool/frontend/README.md)
- [In repo documentation](./docs/)
- [Tests](./tests/)
### Utilities
- [Governance Action Loader](./gov-action-loader/)
### Backend
GovTool backend implements an API wrapper around an instance of [DB-Sync](https://github.com/IntersectMBO/cardano-db-sync) which interfaces with a [Cardano Node](https://github.com/IntersectMBO/cardano-node).
The API exposes endpoints making the querying of governance related data from DB-Sync straight forward.
### Frontend
GovTool frontend web app communicates with the backend over a REST interface, reading and displaying on-chain governance data.
Frontend is able to connect to Cardano wallets over the [CIP-30](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0030/README.md) and [CIP-95](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0095/README.md) standards.
## 🤝 Contributing
Thanks for considering contributing and helping us on creating GovTool! 😎
Please checkout our [Contributing Documentation](./CONTRIBUTING.md).