Skip to content

Latest commit

History

History
67 lines (39 loc) 路 2.84 KB

File metadata and controls

67 lines (39 loc) 路 2.84 KB

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

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.

馃惓 Running locally with docker

This repository includes a Docker Compose setup for running GovTool services locally. For local setup instructions, see the Docker Compose README.

馃 Contributing

Thanks for considering contributing and helping us on creating GovTool! 馃槑

Please checkout our Contributing Documentation.