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

Adding Milestone-1 Delivery for MeProtocol #1065

Merged
merged 5 commits into from
Dec 8, 2023
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-1.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:** 1

**Context** (optional)
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)| ...|
| 0b | Documentation | [Milestone 1 Documentation](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/README.md) | ...|
| 0c | Testing Guide |<ul> <li> [Test Scripts](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/tests) </li> <li> [Guide for running tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/testing_guide.md) </li></ul>| ...|
| 0d | Docker |<ul> <li>[Docker File For Tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/Dockerfile)</li><li> [Guide to Run Test With Docker File](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/testing_guide.md#running-the-docker-file-for-the-e2e-test)</li></ul>| ...|
| 0e | Article | <ul> <li>https://www.loom.com/share/8ec3df74fb414049a7e1f10a7f2aa7b5</li><li>[Document](https://drive.google.com/file/d/1sHMD_ZAZE8laRbTjFTAkWKcSXmEIWnFB/view?usp=sharing)</li></ul>| ...|
| 1. | Build out the Pool Component | <ul> <li>[Pool](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/deployables/pool)</li><li>[Pool Initiator](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/deployables/pool_initiator)</li></ul> | ...|
| 2. | Build out the rewards factory component |<ul> <li>[Reward](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/deployables/reward)</li><li> [Reward Initiator (Factory)](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/deployables/reward_initiator) | ...|
| 3. | Build out the Rewards Periphery Component |<ul> <li> [Treasury](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/peripherals/treasury) </li><li> [Bounty](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/peripherals/bounty)| ...|
| 4. | Build out the service payment component |[Service Payment](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/services/payment)| ...|
| 5. | Build Out the Rewards Valuation Oracle Component |[Valuation Oracle](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-1/contracts/modules/services/oracle)| ...|
Loading