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
31 changes: 31 additions & 0 deletions deliveries/substrate-tutorials-milestone_1.md
Original file line number Diff line number Diff line change
@@ -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