Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeProtocol Milestone 2 Delivery #1182

Merged
merged 7 commits into from
Jul 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions deliveries/MeProtocol-Milestone-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Milestone Delivery :mailbox:

**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** [MeProtocol Application Document](https://github.com/w3f/Grants-Program/blob/master/applications/MeProtocol.md)
* **Milestone Number:** 2

**Context:**
The Me Protocol is a purpose-built exchange infrastructure for blockchain-based rewards. It provides the fundamental technology for the creation of a frictionless, limitless, and decentralised rewards ecosystem for all companies, large or small, to participate.


**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a | License |[GPL v3](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/license.md)| ...|
semuelle marked this conversation as resolved.
Show resolved Hide resolved
| 0b | Documentation | <ul> <li> [Milestone 2 Documentation](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-2/README.md) </li> <li> [Tutorial](https://drive.google.com/file/d/1k8Pay8NJBkGyeZtZD2_BWxChR66AG0WX) </li></ul> | ...|
| 0c | Testing Guide |<ul> <li> [Test Scripts](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/tests) </li> <li> [Guide for running tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-2/testing_guide.md) </li> <li> [Guide for running backend](https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/blob/Milestone-2/Local.md) </li></ul>| ...|
| 0d | Docker |<ul> <li>[Docker File For Protocol Tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/Dockerfile)</li><li> [Guide to Run Protocol Test With Docker File](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/testing_guide.md#running-the-docker-file-for-the-e2e-test)</li> <li> [Docker compose file for backend]( https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/blob/main/docker-compose.yml)</li> </ul>| ...|
| 0e | Article | [Blog Article Doc](https://docs.google.com/document/d/1Hcza3V7pXddc_WlMdKl8GZAGZynsUnxM_HXpGRCwPVA/edit?usp=sharing)</li></ul>| ...|
| 1. | Build out the Protocol Access Component | <ul> <li>[Brand, Customer, Admin](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/services/services)</li></ul> | ...|
| 2. | Build out the lens component |<ul> <li>[Secretary or Oracle](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/services/oracle)</li> <li> **NB:** The Loupe component was dropped due to paused work on the diamond standard implementation by the OpenBrush Team</li></ul> | ...|
| 3. | Building out the Governance Component |<ul> <li> [Governance](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/peripherals/governance) </li><li> [Vote](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/peripherals/votes)| ...|
| 4. | Build out the Backend Service Components for the Me App|<ul> <li> [Backend Implementation](https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/tree/main/src) </li> </ul> | ...|
Loading