Skip to content

Commit

Permalink
fix(revert):recommit and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
neeboo committed Dec 10, 2020
1 parent 10775b0 commit 3bd33c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deliveries/polkadot_dart_milestone_1.md
Original file line number Diff line number Diff line change
@@ -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) |

0 comments on commit 3bd33c5

Please sign in to comment.