IntersectMBO / govtool

🔩 GovTool and utilities monorepo.
https://sanchogov.tools/
Apache License 2.0
8 stars 2 forks source link

Monorepo containing SanchoNet GovTool and supporting utilities

[![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square)](https://www.npmjs.com/package/npm) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=intersect-govtool&metric=ncloc)](https://sonarcloud.io/summary/overall?id=intersect-govtool) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=intersect-govtool&metric=coverage)](https://sonarcloud.io/summary/overall?id=intersect-govtool) [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=intersect-govtool&metric=sqale_index)](https://sonarcloud.io/summary/overall?id=intersect-govtool)

🌄 Purpose

The SanchoNet GovTool enables ada holders to experience some of the governance features described in CIP-1694 and to test governance features on SanchoNet through a guided and straightforward experience. The SanchoNet GovTool is currently open for beta testing and can be accessed at sanchogov.tools.

Learn more; docs.sanchogov.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! 😎

⚠️ We are in the process of improving our contributing documentation, improvements to come.

Please checkout our Contributing Documentation.