-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_toc.yml
More file actions
74 lines (73 loc) · 2.23 KB
/
_toc.yml
File metadata and controls
74 lines (73 loc) · 2.23 KB
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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: chapters/intro
parts:
- caption: Preface
chapters:
- file: chapters/preface/background
# Sections 1-3
- caption: Basics
numbered: True
chapters:
# Blockchain as a data-structure
- file: chapters/baad/title.md
sections:
- file: chapters/baad/text.md
- file: chapters/baad/summary.md
- file: chapters/baad/questions.md
- file: chapters/baad/citations.md
# Cryptography
- file: chapters/crypto/title.md
sections:
- file: chapters/crypto/text.md
- file: chapters/crypto/summary.md
- file: chapters/crypto/questions.md
- file: chapters/crypto/citations.md
# Networks
- file: chapters/networks/title.md
sections:
- file: chapters/networks/text.md
- file: chapters/networks/summary.md
- file: chapters/networks/questions.md
- file: chapters/networks/citations.md
# Sections 4-6
- caption: Implementation
numbered: True
chapters:
# Bitcoin
- file: chapters/bitcoin/title.md
sections:
- file: chapters/bitcoin/text.md
- file: chapters/bitcoin/summary.md
- file: chapters/bitcoin/questions.md
- file: chapters/bitcoin/citations.md
# Ethereum
- file: chapters/ethereum/title.md
sections:
- file: chapters/ethereum/text.md
- file: chapters/ethereum/summary.md
- file: chapters/ethereum/questions.md
- file: chapters/ethereum/citations.md
# Vulnerabilities
- file: chapters/vulnerabilities/title.md
sections:
- file: chapters/vulnerabilities/text.md
- file: chapters/vulnerabilities/summary.md
- file: chapters/vulnerabilities/questions.md
- file: chapters/vulnerabilities/citations.md
# Sections 7-9
- caption: On top of Blockchain
numbered: True
chapters:
# Layer 2
- file: chapters/layer2/title.md
sections:
- file: chapters/layer2/text.md
- file: chapters/layer2/summary.md
- file: chapters/layer2/questions.md
- file: chapters/layer2/citations.md
# DeFi
- file: chapters/DeFi/title.md
sections:
- file: chapters/DeFi/text.md