generated from open-education-hub/oer-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
200 lines (195 loc) · 7.24 KB
/
config.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
stages:
- make_assets
- embed_reveal
- docusaurus
build_dir: /build
output_type: last
output_dir: /output
make_assets:
plugin: command
options:
command: make
locations:
- chapters/introduction/lecture
# - chapters/protocol/lecture
# - chapters/case-study/lecture/slides
# - chapters/wallet/lecture/slides
# - chapters/vm/lecture
# - chapters/smart-contracts/lecture
# - chapters/security/lecture
# - chapters/dApps/lecture
# - chapters/composability/lecture
args:
- all
embed_reveal:
plugin: reveal_embed
options:
target: docusaurus
extension: mdx
build:
Introduction: slides/Introduction
# Protocol: slides/protocol
# Case-Study: slides/case-study
# Wallet: slides/wallet
# VM: slides/vm
# Smart-Contracts: slides/smart-contracts
# Security: slides/security
# Dapps: slides/dApps
# Composability: slides/composability
docusaurus:
plugin: docusaurus
options:
course_name: Blockchain Protocols and Distributed Applications
sidebar: js
structure:
- Introduction: chapters/README.md
- Lectures:
- Introduction: /build/embed_reveal/Introduction/Introduction.mdx
# - Blockchain Protocols: Blockchain-Protocols/Blockchain-Protocols.mdx
# - Case Study: Case-Study/Case-Study.mdx
# - Wallet: Wallet/Wallet.mdx
# - Virtual Machine: Virtual-Machine/Virtual-Machine.mdx
# - Smart Contracts: Smart-Contracts/Smart-Contracts.mdx
# - Security: Security/Security.mdx
# - Scaling dApps: Scaling-dApps/Scaling-dApps.mdx
# - Composability: Composability/Composability.mdx
- Practical Sessions:
- Env Setup:
path: chapters/introduction/lab/content/setup
subsections:
- Setting up the Lab Environment: setup.md
- Wallet:
path: chapters/introduction/lab/content/wallet
extra:
- ../../media/
subsections:
- Cmd line wallet/: cmdline_wallet.md
- Wallet/: wallet.md
- Keystore/: keystore.md
- Access & Faucet: faucet.md
- Send Transaction: send_tx.md
- Browser Web Wallet: browser_wallet.md
# - Observer: observer.md
- Explorer:
path: chapters/introduction/lab/content/explorer
extra:
- ../../media/
# - ../../quiz/
subsections:
- Time in Blockchain/: time.md
- Blocks/: blocks.md
- Block Leader/: leader.md
- Consensus Grup/: consensus.md
- Transactions/: transactions.md
- Blockchain Validators/: validators.md
- Blockchain Observers/: observers.md
- Devnet Blockchains/: devnet_testnet.md
- Tokens:
path: chapters/tokens/lab/content
subsections:
- Standards: standards.md
- Fungible & NonFugible Tokens: fungible-non-fungible.md
- Fungible: fungible.md
- NFT: nft.md
extra:
- ../media/
- Smart Contracts:
path: chapters/smart-contracts/lab/content
subsections:
- Prerequisites: prerequisites.md
- Empty SC: empty.md
- Empty Interactor: rust_interactors.md
- Adder SC: adder.md
- Rust Deploy SC: cargo_deploy.md
- Mxpy Deploy SC: mxpy_deploy.md
- Mxpy Call SC: mxpy_sc_call.md
- Neversea SC: neversea.md
extra:
- ../media/
- Learning Rust:
path: chapters/rust/content
subsections:
- Objectives: rust.md
- Tour of Rust: tour-of-rust.md
- CryptoZombies: cryptozombies.md
- Decentralized Applications:
path: chapters/dApps/lab/content/
extra:
- ../media/
subsections:
- Building your first dApp: dApp.md
- Observer:
path: chapters/introduction/lab/content/observer/
extra:
- ../../media/
# - ../../quiz/
subsections:
- Observers: observer.md
- Money (DeFi):
path: chapters/money/lab/content
extra:
- ../media/
subsections:
- ESDT Tokens: mint_tokens.md
- Swap Tokens: swap.md
- Basic Peer-to-Peer Blockchain:
path: chapters/peer-to-peer/lab/content
subsections:
- What we will build? : what_we_build.md
- Why golang? : why_golang.md
- What is a discovery node ? : discovery_node.md
- Peer to Peer Network : p2p_network.md
- The terminal : terminal.md
- Mine a block : mining.md
- Basic Wallet : basic_wallet.md
- Transactions : transactions.md
- Sources : sources.md
extra:
- ../media/
- Smart Contract Events:
path: chapters/smart-contracts/lab/content
subsections:
- SC Events: events.md
extra:
- ../media/
# - Fungible Tokens:
# path: chapters/template-chapter/yet-another-topic/
# subsections:
# - Drills/: drills/
# - Non Fungible Tokens (NFT):
# path: chapters/template-chapter/yet-another-topic/
# subsections:
# - Drills/: drills/
# - dApps:
# path: chapters/template-chapter/yet-another-topic/
# subsections:
# - Drills/: drills/
# - Security:
# path: chapters/template-chapter/yet-another-topic/
# subsections:
# - Drills/: drills/
# - DeFi:
# path: chapters/template-chapter/yet-another-topic/
# subsections:
# - Drills/: drills/
- Assignments:
- Assignment 1: assignments/assignment1.md
- Assignment 2: assignments/assignment2.md
- Project: assignments/project.md
# - Blockchain Research Assignment: assignments/blockchain_research_assignment.md
# - Scientific Research Assignment: assignments/scientific_research_assignment.md
- Grading: util/grading.md
- Resources: util/resources.md
# static_assets:
# - slides/Compute: /build/make_assets/content/chapters/introduction/lecture/_site
config_meta:
title: Blockchain Protocols and Distributed Applications
url: http://costincarabas.github.io/
baseUrl: /blockchain-protocols-and-distributed-applications/
onBrokenLinks: warn
onBrokenMarkdownLinks: warn
config_socials:
Main site: https://ocw.cs.pub.ro/courses/fob
OCW: https://ocw.cs.pub.ro/courses/fob
Facebook: https://www.facebook.com/zuck/
copyright_string: Example Copyright