Skip to content

Commit

Permalink
update glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed May 26, 2018
1 parent 9984bdf commit 679dd1b
Show file tree
Hide file tree
Showing 7,802 changed files with 817,705 additions and 104 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all:
@echo "no default"

install:
npm install gitbook-cli -g

serve:
gitbook serve

Expand All @@ -12,4 +15,10 @@ deploy: build pdf
./deploy.sh

pdf:
gitbook pdf ./ ethereum-development-with-go
gitbook pdf ./ ethereum-development-with-go.pdf

ebook:
gitbook epub ./ ethereum-development-with-go.epub

plugins/install:
gitbook install
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@

## PDF

[https://ethereum-go-book.org/ethereum-development-with-go_en.pdf](https://ethereum-go-book.org/ethereum-development-with-go_en.pdf)
[https://ethereum-go-book.org/ethereum-development-with-go.pdf](https://ethereum-go-book.org/ethereum-development-with-go.pdf)

## Development

Generating covers

- Size 1800x2360 for cover.jpg
- Size 200x262 for cover_small.jpg

## License

Expand Down
12 changes: 10 additions & 2 deletions book.json
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"
}
}
}
Binary file added cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cover_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
225 changes: 128 additions & 97 deletions en/GLOSSARY.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
* [Signatures](signatures/README.md)
* [Generating Signatures](signature-generate/README.md)
* [Verifying Signatures](signature-verify/README.md)
<!--
* [Whisper](whisper/README.md)
* [Sending Messages on Whisper](whisper-send/README.md)
* [Swarm](swarm/README.md)
* [Storing Data on Swarm](swarm-store/README.md)
* [Reading Data on Swarm](swarm-read/README.md)
-->
* [Resources](resources/README.md)

* [Glossary](GLOSSARY.md)
1 change: 1 addition & 0 deletions en/event-read/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Read Events

Coming soon...
2 changes: 2 additions & 0 deletions en/event-subscribe/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Subscribing to Events

Coming soon...
2 changes: 1 addition & 1 deletion en/resources/README.md
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)
1 change: 1 addition & 0 deletions node_modules/.bin/npm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/npx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions node_modules/canvas/.github/ISSUE_TEMPLATE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions node_modules/canvas/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 99 additions & 0 deletions node_modules/canvas/.vscode/c_cpp_properties.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions node_modules/canvas/.vscode/settings.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 679dd1b

Please sign in to comment.