forked from ethereumbook/ethereumbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
atlas.json
76 lines (76 loc) · 1.84 KB
/
atlas.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
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
{
"branch": "master",
"files": [
"cover.html",
"praise.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.asciidoc",
"glossary.asciidoc",
"01what-is.asciidoc",
"02intro.asciidoc",
"03clients.asciidoc",
"04keys-addresses.asciidoc",
"05wallets.asciidoc",
"06transactions.asciidoc",
"07smart-contracts-solidity.asciidoc",
"08smart-contracts-vyper.asciidoc",
"09smart-contracts-security.asciidoc",
"10tokens.asciidoc",
"11oracles.asciidoc",
"12dapps.asciidoc",
"13evm.asciidoc",
"14consensus.asciidoc",
"appdx-forks-history.asciidoc",
"appdx-standards-eip-erc.asciidoc",
"appdx-evm-opcodes-gas.asciidoc",
"appdx-dev-tools.asciidoc",
"appdx-web3js-tutorial.asciidoc",
"appdx-shortlinks.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"antennahouse_version": "AHFormatterV62_64-MR4",
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false,
"downsample_images": true,
"mathmlreplacement": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": true
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "Mastering Ethereum",
"templating": true,
"print_isbn13": "9781491971949",
"lang": "en",
"accent_color": "cmyk(12%, 100%, 92%, 3%)"
}