-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 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,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. | | ||
|