Skip to content

Commit

Permalink
Merge pull request #64 from Pocket4D/master
Browse files Browse the repository at this point in the history
Polkadot-Dart Milestone 1
  • Loading branch information
semuelle authored Dec 11, 2020
2 parents 6dfd04c + 3bd33c5 commit 88e10bb
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 88e10bb

Please sign in to comment.