-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworkshop.json
28 lines (28 loc) · 1.04 KB
/
workshop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"title": "Create Ethereum Play workshop",
"icon": "https://i.imgur.com/Ph0WP2l.png",
"chat": "https://gitter.im/ethereum/play/~embed",
"lessons": [
{
"title": "Step-by-step tutorial for creating workshops",
"lesson": "//slides.com/ninabreznik/deck-17/embed",
"info": [
"In this step by step tutorial we will walk you through every little step ",
"you will need to do to create your own workshop. ",
"",
"Ethereum Play is a p2p protocol for creating decentralized education materials. ",
"Every workshop is connected to other workshop through `needs` and `unlocks` ",
"defined in a workshop.json file and published on a skill tree that guides learners ",
"through wast resources and help them on the journey to learn about the ecosystem so ",
"they can later actively co-create the future we want to live in. ",
"",
"If you have any questions or comments, please click the chat tab and let us know ",
"how we can help you! "
]
}
],
"needs": [
],
"unlocks": [
]
}