Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions deliveries/substrate-tutorials-milestone_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# 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/substrate-tutorials.md
* **Milestone Number:** 2

**Context**

This milestone deliverable consist into 6 exercises to learn substrate, put together in a proper and suitable format.

**Deliverables**

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| 0a. | License | Apache 2.0 |
| 0b. | Documentation | https://github.com/rusty-crewmates/substrate-tutorials | |
| 0c. | Testing Guide | https://github.com/rusty-crewmates/substrate-tutorials | There is not really a way to test it other than doing the tutorials yourself. The whole interset of the thing is in the pedagogy we deployed. You have to live it ;)|
| 0d. | Docker | After a few iteration used by students, we found out that our docker image used to run the tests was not usefull. So nothing here |
| 0e. | Article | We will tweet to anounce the finalization of milestone 2 |
| 1. | Exercise `genesis_config` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex08-genesis-config |
| 2. | Exercise `mocks` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex09-mock |
| 3. | Exercise `weight` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex06-weights |
| 4. | Exercise `hooks` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex05-hooks |
| 5. | Exercise `imbalances` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex07-imbalances |
| 6. | Exercise `external_workers` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex10-offchain-worker |