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

xcmsend-m1 #1018

Merged
merged 2 commits into from
Oct 6, 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
26 changes: 26 additions & 0 deletions deliveries/xcmsend-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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.

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/xcmsend.md
* **Milestone Number:** 1

**Context**
XCMSend makes it a lot easier for anyone to build transactions flow by utilizing XCM. In our application we promised to deliver Rococo support, after researching and reaching out to several Roc connected chains we continously experienced problems with Rococo. So we decided to support Polkadot connected chains instead.



**Deliverables**
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [https://github.com/XcmSend/app-v0.0.1/blob/main/LICENSE](https://github.com/XcmSend/app-v0.0.1/blob/main/LICENSE) | All code is MIT license |
| 0b. | Documentation | [https://xcmsend.github.io/](https://xcmsend.github.io/) | XCMSends public documentation is located here |
| 0c. | Testing and Testing Guide | [https://xcmsend.github.io/tests/index.html](https://xcmsend.github.io/tests/index.html) | (yarn run test)XCMSend has built in tests |
| 0d. | Docker | [Build the docker image locally](https://xcmsend.github.io/deployments/docker.html#build-the-docker-image-locally) | You can build it locally or download it from dockerhub by following our documentation |
| 0e. | Article | [https://decentration.medium.com/a-workflow-builder-adds-a-playground-on-top-of-cross-chain-infrastructure-25222617ed8](https://decentration.medium.com/a-workflow-builder-adds-a-playground-on-top-of-cross-chain-infrastructure-25222617ed8) | Medium Article |
| 1. | XCMSend UI(MVP) | [https://github.com/XcmSend/app-v0.0.1/](https://github.com/XcmSend/app-v0.0.1/) | We have the source code of XCMSend on github |
| 2. | Browser wallet integration | [https://github.com/XcmSend/app-v0.0.1/](https://github.com/XcmSend/app-v0.0.1/) | We currently support Polkadot.js, Talisman, Subwallet, fearless wallet and Nova wallet |
| 3. | Rococo XCM Transfers | [https://github.com/XcmSend/app-v0.0.1/](https://github.com/XcmSend/app-v0.0.1/) | Rococo kept breaking and after asking in public channels we where left with the feedback that some days Rococo does not want to finalize xcm messages/transfers. We instead decided to suppport polkadot production chains. |

Loading