From 0b459e1c982768ecb848b00070ab498b66c3b690 Mon Sep 17 00:00:00 2001 From: georgesmith9914 <83978018+georgesmith9914@users.noreply.github.com> Date: Thu, 26 Aug 2021 22:20:48 +0200 Subject: [PATCH] feat: add Clean City Guild project * Added Clean City Guild core files * Updated file to update description * Updated CCG Overview --- protocols/clean-city-guild/events.json | 1 + protocols/clean-city-guild/index.json | 7 ++++++ protocols/clean-city-guild/overview.md | 24 +++++++++++++++++++ protocols/clean-city-guild/resources/.gitkeep | 0 4 files changed, 32 insertions(+) create mode 100644 protocols/clean-city-guild/events.json create mode 100644 protocols/clean-city-guild/index.json create mode 100644 protocols/clean-city-guild/overview.md create mode 100644 protocols/clean-city-guild/resources/.gitkeep diff --git a/protocols/clean-city-guild/events.json b/protocols/clean-city-guild/events.json new file mode 100644 index 00000000..fe51488c --- /dev/null +++ b/protocols/clean-city-guild/events.json @@ -0,0 +1 @@ +[] diff --git a/protocols/clean-city-guild/index.json b/protocols/clean-city-guild/index.json new file mode 100644 index 00000000..8bee04d6 --- /dev/null +++ b/protocols/clean-city-guild/index.json @@ -0,0 +1,7 @@ +{ + "cname": "clean-city-guild", + "description": "DAO to bring people and communities together to keep cities clean", + "path": "clean-city-guild", + "type": "snapshot", + "isEnabled": true +} diff --git a/protocols/clean-city-guild/overview.md b/protocols/clean-city-guild/overview.md new file mode 100644 index 00000000..7e2f6c2c --- /dev/null +++ b/protocols/clean-city-guild/overview.md @@ -0,0 +1,24 @@ +The Clean City Guild (CCG) is the first community-led decentralized autonomous organization focused on taking iniatives to keep our cities clean. + +CCG will allow citizens to discuss and vote on city cleaning initiatives, campagins and events. Local authorities will also be able to collaborate on city cleaning campaigns. + +Citizens participating in the city cleaning drives will be awarded NFT badges for their contribution. + +#### CCG Improvement Proposals (CCGIP) + +A CCGIP is a proposal to change or update some standards about the working of CCG. CCGIPs can vary from proposing new criteria to select city cleaning venues, collaboartion model with local authorities, funding for special campaigns and upgrade of CCG smart contracts. + +We follow similar process to Ethereum's EIP process. + +1. Informal discussions are initiated +2. Github CCGIP forum proposal +3. Governance call +4. Snapshot vote (in case >90% forum poll vote) +5. Implementation. + +### Additional Resources + +* [Github](https://github.com/georgesmith9914/tribute-contracts/blob/master/README.md) + + + diff --git a/protocols/clean-city-guild/resources/.gitkeep b/protocols/clean-city-guild/resources/.gitkeep new file mode 100644 index 00000000..e69de29b