From 13c0be050d8e41053c74782958124a6a784cace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Delabrouille?= Date: Thu, 11 May 2023 11:40:00 +0200 Subject: [PATCH] add deliveries/substrate-tutorials-milestone_2.md --- deliveries/substrate-tutorials-milestone_2.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 deliveries/substrate-tutorials-milestone_2.md diff --git a/deliveries/substrate-tutorials-milestone_2.md b/deliveries/substrate-tutorials-milestone_2.md new file mode 100644 index 0000000000..8c800d3c3b --- /dev/null +++ b/deliveries/substrate-tutorials-milestone_2.md @@ -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 |