From 3f803d39fdb6837770b6a076e8644db51077606f Mon Sep 17 00:00:00 2001 From: Filip Date: Sat, 30 Sep 2023 00:58:53 +0200 Subject: [PATCH 1/2] xcmsend-m1 --- deliveries/xcmsend-1.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 deliveries/xcmsend-1.md diff --git a/deliveries/xcmsend-1.md b/deliveries/xcmsend-1.md new file mode 100644 index 000000000..e5e4662bb --- /dev/null +++ b/deliveries/xcmsend-1.md @@ -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/deployments/docker.html)[https://xcmsend.github.io/deployments/docker.html] | 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] | XCMSend has built in tests | +| 0d. | Docker | [https://xcmsend.github.io/deployments/docker.html](https://xcmsend.github.io/deployments/docker.html) | 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/) | We decided to go with Polkadot as its more reliable after we continously ran into problems with Rococo | + From 3217f04a2802c04ea9bdc8ea2640b2b404463a30 Mon Sep 17 00:00:00 2001 From: Filip Date: Tue, 3 Oct 2023 15:49:17 +0200 Subject: [PATCH 2/2] fixed links + added why we didnt add roc --- deliveries/xcmsend-1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deliveries/xcmsend-1.md b/deliveries/xcmsend-1.md index e5e4662bb..be8e10f53 100644 --- a/deliveries/xcmsend-1.md +++ b/deliveries/xcmsend-1.md @@ -15,12 +15,12 @@ XCMSend makes it a lot easier for anyone to build transactions flow by utilizing **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/deployments/docker.html)[https://xcmsend.github.io/deployments/docker.html] | 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] | XCMSend has built in tests | -| 0d. | Docker | [https://xcmsend.github.io/deployments/docker.html](https://xcmsend.github.io/deployments/docker.html) | You can build it locally or download it from dockerhub by following our documentation | +| 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/) | We decided to go with Polkadot as its more reliable after we continously ran into problems with Rococo | +| 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. |