Skip to content

Commit

Permalink
Polkadart Milestone 1 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann authored Dec 20, 2022
1 parent df0e946 commit 9cc80a9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deliveries/polkadart-milestone_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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 and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Polkadart.md
* **Milestone Number:** 1

**Context** (optional)

This milestone focuses on the implementation of the Scale Codec in Dart, encode/decode SS58 addresses and the parsing of substrate's metadata.

**Deliverables**
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | Licence | APACHE 2.0 https://github.com/rankanizer/polkadart/blob/main/LICENSE |
| 0b. | Documentation | [polkadart-scale-codec](https://github.com/rankanizer/polkadart/blob/main/packages/polkadart_scale_codec/README.md) / [ss58](https://github.com/rankanizer/polkadart/blob/main/packages/ss58/README.md) / [ss58-codec](https://github.com/rankanizer/polkadart/blob/main/packages/ss58_codec/README.md) / [substrate-metadata](https://github.com/rankanizer/polkadart/blob/main/packages/substrate_metadata/README.md) |
| 0c. | Testing Guide | https://github.com/rankanizer/polkadart/blob/main/README.md | ...|
| 0d. | Docker | https://github.com/rankanizer/polkadart/blob/main/docker/Dockerfile | for running all tests, simply clone the repo then run `docker compose up`|
| 1a. | Scale Codec | https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_scale_codec | ...|
| 1b. | Metadata | https://github.com/rankanizer/polkadart/tree/main/packages/substrate_metadata | ...|
| 1c. | Tests | [polkadart-scale-codec](https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_scale_codec/test) / [ss58](https://github.com/rankanizer/polkadart/tree/main/packages/ss58/test) / [ss58_codec](https://github.com/rankanizer/polkadart/tree/main/packages/ss58_codec/test) / [substrate-metadata](https://github.com/rankanizer/polkadart/tree/main/packages/substrate_metadata/test/metadata) | |

0 comments on commit 9cc80a9

Please sign in to comment.