Skip to content

Commit

Permalink
fixed links + added why we didnt add roc
Browse files Browse the repository at this point in the history
  • Loading branch information
flipchan committed Oct 3, 2023
1 parent 3f803d3 commit 3217f04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deliveries/xcmsend-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

0 comments on commit 3217f04

Please sign in to comment.