This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 424
/
book.json
56 lines (56 loc) · 1.53 KB
/
book.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
{
"root": "./",
"title": "Ethereum Development with Go",
"description": "A little book on getting started with Ethereum development using Go (Golang). Learn how to interact with smart contract contract, subscribe to blockchain events, verify signatures, and much more.",
"author": "Miguel Mota",
"isbn": "",
"language": "en",
"direction": "ltr",
"gitbook": ">= 3.0.0",
"styles": {
"website": "styles/website.css"
},
"plugins": [
"meta"
],
"pluginsConfig": {
"analytics": {
"google": "UA-39494276-11"
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
},
"meta": {
"data": [
{
"name": "keywords",
"content": "ethereum, go, golang, development, examples, tutorial, explained, guide, help, reference, stackoverflow, blockchain, smart contracts, swarm, whisper, deploy, erc-20, tokens, coins, eth, gopher, ethereum go book, go ethereum book, ethereum golang, ethereum golang tutorial, golang ethereum tutorial, ethereum golang guide, golang ethereum guide, golang interact smart contracts"
},
{
"name": "googlebot",
"content": "index,follow"
},
{
"name": "application-name",
"content": "Go Ethereum"
}
]
}
}
}