Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

miguelmota/ethereum-development-with-go-book

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 22, 2020 13:09
November 23, 2018 14:55
en
March 3, 2022 23:47
May 23, 2018 19:35
January 25, 2021 17:33
zh
January 6, 2022 16:14
December 28, 2021 16:52
May 23, 2022 13:24
April 21, 2021 13:13
April 21, 2021 13:13
December 28, 2021 16:52
November 18, 2018 21:30
April 23, 2020 15:59
December 28, 2021 16:52
November 18, 2022 21:54
November 23, 2018 13:50
January 25, 2021 17:33
May 23, 2022 13:24

Book cover


Ethereum Development with Go

A little guide book on Ethereum Development with Go (golang)

License Mentioned in Awesome Go PRs Welcome

Online

https://goethereumbook.org

E-book

The e-book is avaiable in different formats.

Languages

Contents

Help & Support

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:

  1. Set up development environment

  2. Add language to LANGS.md

  3. Copy the the en directory and rename it with the 2 letter language code of the language you're translating to (e.g. zh)

  4. Translate content

  5. Set "root" to "./" in book.json if 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.

Β© Miguel Mota