Skip to content

IntersectMBO/govtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a313fdc Β· Aug 30, 2024
Aug 28, 2024
Aug 26, 2024
Jul 8, 2024
Aug 30, 2024
Jul 24, 2024
Aug 26, 2024
Aug 28, 2024
Aug 13, 2024
Aug 27, 2024
Aug 30, 2024
Apr 16, 2024
Aug 7, 2024
Aug 6, 2024
Mar 28, 2024
Aug 29, 2024
Apr 16, 2024
Mar 28, 2024
May 30, 2024
May 30, 2024
May 21, 2024
Apr 16, 2024
Apr 16, 2024

Repository files navigation

Monorepo containing Cardano GovTool and supporting utilities

npm PRs Welcome License

Lines of Code Coverage Technical Debt


πŸŒ„ Purpose

The Cardano GovTool enables ada holders to experience the governance features described in CIP-1694.

Instances

Mainnet

  • Coming soon

SanchoNet

Preview Testnet

Documentation

Learn more; docs.gov.tools.

πŸ“ Navigation

Utilities

Backend

GovTool backend implements an API wrapper around an instance of DB-Sync which interfaces with a 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 and CIP-95 standards.

🀝 Contributing

Thanks for considering contributing and helping us on creating GovTool! 😎

Please checkout our Contributing Documentation.