用Go开发Ethereum

用 Go(golang)开发 Ethereum 的小指南书。「A little book on Ethereum Development with Go (golang)」

Github星跟踪图

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

CC0-1.0

概览

名称与所有者miguelmota/ethereum-development-with-go-book
主编程语言Go
编程语言Makefile (语言数: 5)
平台Linux, Mac, Windows
许可证Other
发布数0
创建于2018-05-16 09:22:56
推送于2022-11-19 05:55:48
最后一次提交2022-11-18 21:54:20
星数1.7k
关注者数58
派生数412
提交数263
已启用问题?
问题数28
打开的问题数5
拉请求数39
打开的拉请求数3
关闭的拉请求数10
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部