Inspiration
Who controls your git repository? Who is allowed to push malicious changes, or drop it entirely? Token curation of a git repository allows you to be more safe from malicious edits by requiring a token vote of relevant stakeholders for every merge to the main branch.
What it does
Token Currated Git is a cli tool and a Github extension. The cli tool allows you to request a vote, and to validate that a vote has occurred. The Github extension performs these functions automatically.
How we built it
The contract is an Aragon app. The extension is written in Node. The extension uses probot. The contracts are running on the POA sokol network.
Built With
- aragon
- git
- poa
Log in or sign up for Devpost to join the conversation.