-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
{ | ||
"root": "./", | ||
"root": "./en", | ||
"title": "Ethereum Development with Go", | ||
"description": "", | ||
"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": [ | ||
"analytics" | ||
], | ||
"pluginsConfig": { | ||
"analytics": { | ||
"google": "UA-39494276-11" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Read Events | ||
|
||
Coming soon... |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Subscribing to Events | ||
|
||
Coming soon... |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Resources | ||
|
||
- [https://hackernoon.com/blockchain-dictionary-f4d098c9ef89](https://hackernoon.com/blockchain-dictionary-f4d098c9ef89) | ||
- [https://github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | ||
- [https://infura.io](https://infura.io/) | ||
- [https://hackernoon.com/blockchain-dictionary-f4d098c9ef89](https://hackernoon.com/blockchain-dictionary-f4d098c9ef89) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.