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
19 changes: 19 additions & 0 deletions deliveries_ares_protocol_milestone_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Milestone Delivery :mailbox:


**The [invoice form :pencil:](https://forms.gle/8Wx7nxtq8fKrsuEz8) has been filled out correctly for this milestone - BTC Address changed.**

* **PR Link:** [PR LINK](https://github.com/w3f/Open-Grants-Program/pull/71)

* **Milestone Number:** 1

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 |
| ------------- | ------------- | ------------- | ------------- |
| 1. | oracle pallet | https://github.com/aresprotocols/ares-module/blob/main/substrate-node-template/pallets/pallet-ares/src/lib.rs | read storage,event, error and module define |
| 2. | scanner | https://github.com/aresprotocols/ares-module/blob/main/fetch-data/index.js| scan transaction event and request http api |
| 3. | provider | https://github.com/aresprotocols/ares-module/blob/main/aggregate-ares/README.md | fetch huobi and okex price |
| 4. | Testing | https://github.com/aresprotocols/ares-module/blob/main/substrate-node-template/pallets/pallet-ares/src/tests.rs|test module method |
| 5. | example for demonstration | https://github.com/aresprotocols/ares-module/blob/main/fetch-data/README.md|listen for event requests and aggregate price to oracle|
| 6. | Documentation | https://github.com/aresprotocols/ares-module/blob/main/README.md |these modules related and how to used|