Skip to content

Latest commit

 

History

History
128 lines (95 loc) · 4.31 KB

File metadata and controls

128 lines (95 loc) · 4.31 KB

Book cover


Ethereum Development with Go

A little book on Ethereum Development with Go (golang)

Online

https://goethereumbook.org

E-book

The e-book is avaiable in different formats.

Languages

Contents

Chat

Development

Install dependencies:

make install

Run gitbook server:

make serve

Generating e-books:

make pdf ebook mobi

Visit http://localhost:4000

Contributing

Instructions for adding a new translation:

  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

Thanks

Thanks to qbig and gzuhlwang for Chinese translation.

License

CC0-1.0