The invoice form 📝 has been filled out correctly for this milestone - BTC Address changed.
-
PR Link: PR LINK
-
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 |