All Projects → miguelmota → Ethereum Development With Go Book

miguelmota / Ethereum Development With Go Book

Licence: other
📖 A little book on Ethereum Development with Go (golang)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects
solidity
1140 projects

Projects that are alternatives of or similar to Ethereum Development With Go Book

bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-97.48%)
Mutual labels:  development, gitbook, guide, ebook, mobi, epub, free
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+289.66%)
Mutual labels:  ebook, mobi, pdf, epub, book
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (-70.69%)
Mutual labels:  ebook, mobi, pdf, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-67.9%)
Mutual labels:  ebook, mobi, pdf, epub
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (-44.3%)
Mutual labels:  blockchain, ethereum, smart-contracts, tutorial
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+36.6%)
Mutual labels:  gitbook, mobi, pdf, epub
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+360.34%)
Mutual labels:  ebook, mobi, pdf, epub
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (-50.13%)
Mutual labels:  blockchain, ethereum, smart-contracts, development
Kotlin Reference Chinese
Kotlin 官方文档(参考部分)中文版
Stars: ✭ 85 (-88.73%)
Mutual labels:  gitbook, mobi, pdf, epub
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-94.16%)
Mutual labels:  blockchain, ethereum, smart-contracts, tutorial
Promises Book
JavaScript Promiseの本
Stars: ✭ 1,264 (+67.64%)
Mutual labels:  free, book, ebook, pdf
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+1446.82%)
Mutual labels:  blockchain, ethereum, smart-contracts, book
Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (-1.33%)
Mutual labels:  book, mobi, pdf, epub
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-96.95%)
Mutual labels:  book, mobi, pdf, epub
Regex For Regular Folk
🔍💪 Regular Expressions for Regular Folk — A visual, example-based introduction to RegEx [BETA]
Stars: ✭ 242 (-67.9%)
Mutual labels:  tutorial, book, examples, ebook
Your first decentralized application python
An up to date and bare minimum tutorial on deploying smart contracts with python
Stars: ✭ 132 (-82.49%)
Mutual labels:  blockchain, ethereum, smart-contracts, tutorial
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+361.27%)
Mutual labels:  blockchain, ethereum, smart-contracts
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (-58.22%)
Mutual labels:  ebook, mobi, epub
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (-54.38%)
Mutual labels:  mobi, pdf, epub
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (-59.55%)
Mutual labels:  mobi, pdf, epub

Book cover


Ethereum Development with Go

A little 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-books:

make pdf ebook mobi

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].