Ethereum Development with Go
A little e-book on Ethereum Development with Go.
About Ethereum Development with Go
Ethereum Development with Go
A little guide book on Ethereum Development with Go (golang)
Online
E-book
The e-book is avaiable in different formats.
Languages
Contents
- Introduction
- Client
- Accounts
- Transactions
- Smart Contracts
- Event Logs
- Signatures
- Testing
- Swarm
- Whisper
- Utilities
- Glossary
- Resources
Help & Support
-
Join the #ethereum channel on the gophers slack for Go (golang) help
-
The Ethereum StackExchange is a great place to ask general Ethereum question and Go specific questions
Development
Install dependencies:
make install
Run gitbook server:
make serve
Generating e-book in pdf, mobi, and epub format:
make ebooks
Visit http://localhost:4000
Contributing
Pull requests are welcome!
If making general content fixes:
- please double check for typos and cite any relevant sources in the comments.
If updating code examples:
- make sure to update both the code in the markdown files as well as the code in the code folder.
If wanting to add a new translation, follow these instructions:
-
Set up development environment
-
Add language to
LANGS.md -
Copy the the
endirectory and rename it with the 2 letter language code of the language you're translating to (e.g.zh) -
Translate content
-
Set
"root"to"./"inbook.jsonif not already set
Thanks
Thanks to @qbig and @gzuhlwang for the Chinese translation.
And thanks to all the contributors who have contributed to this guide book.
License
Released under the CC0-1.0 license.
Frequently Asked Questions
What is Ethereum Development with Go?
Ethereum Development with Go is a Websites library for the Go programming language. A little e-book on Ethereum Development with Go.
How many GitHub stars does Ethereum Development with Go have?
Ethereum Development with Go has 1,735 GitHub stars in the directory's latest synchronization.
How do I install Ethereum Development with Go?
Install Ethereum Development with Go with the Go module system using `go get miguelmota/ethereum-development-with-go-book`. Check the repository for the current installation instructions.
What category does Ethereum Development with Go belong to?
Ethereum Development with Go is listed under Websites, specifically Other.