diff --git a/deliveries/substrate-tutorials-milestone_1.md b/deliveries/substrate-tutorials-milestone_1.md new file mode 100644 index 0000000000..83fd0f5a16 --- /dev/null +++ b/deliveries/substrate-tutorials-milestone_1.md @@ -0,0 +1,31 @@ +# 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:** 1 + +**Context** (optional) +This milestone deliverable consist into five exercises to learn substrate, put together in a proper and suitable format. + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License | https://github.com/rusty-crewmates/substrate-tutorials/blob/main/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 | https://github.com/rusty-crewmates/substrate-tutorials/blob/main/run_one_exercise_tests.sh | This script lauch a docker with all ressources precompiled, copy the specific exercise you are working on in the docker, and run the test for this exercise only. It make people gain a lot of time while running test. | +| 0e. | Article | https://medium.com/@timothedelabrouille/10efa2896ed2 | Still in draft, waiting for milestone 1 validation to publish it | +| 1. | Create `exercise` branch | https://github.com/rusty-crewmates/substrate-tutorials | The main is used as exercises branch | +| 2. | Exercise `pallet testing` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex00-writing-tests | | +| 3. | Exercise `fungible token` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex01-fungible-token | | +| 4. | Exercise `nft` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex03-nft | | +| 5. | Exercise `marketplace` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex04-marketplace | | +| 6. | Exercise `runtime` | https://github.com/rusty-crewmates/substrate-tutorials/tree/main/exercises/ex02-runtime | | +| 7. | Branch `solutions` | https://github.com/rusty-crewmates/substrate-tutorials/tree/solutions | | + + +**Additional Information** + +No additional informations \ No newline at end of file