Skip to content
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
23 changes: 23 additions & 0 deletions deliveries/ruby_milestone_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Milestone Delivery :mailbox:

> Only the GitHub account, which is responsible for the pull request of the accepted application is allowed to submit milestones. Don't remove any of the mandatory parts presented in bold letters or as headlines!

**The [invoice form :pencil:](https://forms.gle/LSRr7PCjBpEbKGh89) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/General-Grants-Program/blob/master/grants/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/RubyProtocol.md

* **Milestone Number:** 2

Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which should be used for testing.



| **Number** | **Deliverable** | Link | Notes |
| ---------- | ---------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 0a. | License | | Apache License 2.0 |
| 0b. | Documentation | https://github.com/lornacrevelingwgo23/zeropool_substrate_fork/blob/main/README.md | This tutorial illustrates how to set up and run a zeropool node. |
| 0c. | Testing Guide | https://github.com/rubyprotocol/Ruby_milestone2/blob/main/README.md | Please follow the instruction in the link to perform the test. |
| 0d. | Tutorial | https://github.com/rubyprotocol/Ruby_milestone2/blob/main/tutorial.md | This article explains the functionality of the proposed client and UI delivered in this milestone. |
| 1 | Personal data monetization framework based on functional encryption and substrate pallet | https://github.com/rubyprotocol/Ruby_milestone2 | This work is based on the existing work on private ml (https://github.com/Ruby-Protocol/private_ml) and it provides the client and the necessary UI to enable the users to interact with the algorithms and substrate modules.|
| 2 | Benchmark | https://github.com/rubyprotocol/Ruby_milestone2/tree/main/ruby-api/benchmark | The benchmark measurs the latency of the proposed client functionalities.|
| 3 | Docker | https://github.com/lornacrevelingwgo23/Ruby_dockerfile | The dockerfile demonstrates the usage of our modules.|