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

DIA Bridgestate Milestone 2 #963

Merged
merged 1 commit into from
Sep 11, 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
27 changes: 27 additions & 0 deletions deliveries/DIA_Bridgestate-2.md
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 |
Loading