diff --git a/deliveries/polkadot_dart_milestone_1.md b/deliveries/polkadot_dart_milestone_1.md new file mode 100644 index 000000000..98ba2e70f --- /dev/null +++ b/deliveries/polkadot_dart_milestone_1.md @@ -0,0 +1,21 @@ +# Milestone Delivery :mailbox: + +> Only the GitHub account, which is responsible for the pull request of the accepted application is allowed to submit milestones. Don't remove any of the mandatory parts presented in bold letters or as headlines! + +**The [invoice form :pencil:](https://forms.gle/8Wx7nxtq8fKrsuEz8) has been filled out correctly for this milestone.** + +* **PR Link:** https://github.com/w3f/Open-Grants-Program/pull/125. +* **Milestone Number:** 1 + +Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which should be used for testing. + +| Number | Deliverable | Link | Notes | +| ------ | --------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| 1. | Licence | [Apache-2.0](https://github.com/Pocket4D/Polkadot-Dart/blob/main/LICENSE) | Apache-2.0 | +| 2. | bindings/crypto | [crypto](https://github.com/Pocket4D/Polkadot-Dart/tree/main/lib/crypto) | Rust binding and implements `@polkadot/wasm` | +| 3. | util_crypto | [util_crypto](https://github.com/Pocket4D/Polkadot-Dart/tree/main/lib/util_crypto) | Porting and implements `@polkadot/util-crypto` | +| 4. | utils | [utils](https://github.com/Pocket4D/Polkadot-Dart/tree/main/lib/utils) | Porting and implements `@polkadot/utils` | +| 5. | keyring | [keyring](https://github.com/Pocket4D/Polkadot-Dart/tree/main/lib/keyring) | Porting and implements `@polkadot/keyring` | +| 6. | networks | [networks](https://github.com/Pocket4D/Polkadot-Dart/tree/main/lib/networks) | Porting and implements `@polkadot/networks` | +| 7. | tests | [tests](https://github.com/Pocket4D/Polkadot-Dart/tree/main/test) | Unit tests for deliverables above. Steps: [Unit tests](https://github.com/Pocket4D/Polkadot-Dart#unit-tests) | +