-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #963 from diadata-org/master
DIA Bridgestate Milestone 2
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and 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:** [Application](https://github.com/w3f/Grants-Program/blob/master/applications/DIA_Bridge_Attestation_Oracle.md) | ||
* **Milestone Number:** 2 | ||
|
||
**Context** | ||
|
||
We are submitting the delivery of the second milestone according to the initial grant application. The milestone includes bridge integrations which are enabling to utilize the solution in production environment: | ||
- Multichain bridge integration | ||
- Interlay bridge integration | ||
- Documentation on running the pallet and receiving bridge values | ||
- Tests | ||
|
||
This is the final deliverable according to the grant application. Next steps will include sharing the project with the community, trying to acquire users and approaching bridges for further integrations. | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | Notes | ||
| -----: | ----------- | ------------- | ------------- | | ||
| **0a.** | License | [Link](https://github.com/diadata-org/bridgestate-ocw/blob/main/LICENSE) | Apache 2.0 license | | ||
| **0b.** | Documentation | [Link](https://github.com/diadata-org/bridgestate-ocw#readme) | Read.me explaining the core functionality | | ||
| **0c.** | Testing and Testing Guide | [Link](https://github.com/diadata-org/bridgestate-ocw/blob/main/src/tests.rs) | Test the functionality | | ||
| **0d.** | Docker | [Link](https://github.com/diadata-org/bridgestate-ocw#using-docker) | Docker file with functionality | | ||
| 1. | Bridge Integration: Multichain | [Link](https://github.com/diadata-org/bridgestate-ocw/blob/main/src/multichain.rs) | Multichain bridge integration | | ||
| 2. | Bridge Integration: Interlay | [Link](https://github.com/diadata-org/bridgestate-ocw/blob/main/src/interlay.rs) | Interlay bridge integration | |