-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | |