Skip to content
Viktor Trón edited this page Mar 1, 2015 · 61 revisions

This is the Ethereum Wiki for the Go implementation. Ethereum is in heavy development and documentation is being kept up to date to the best our abilities, however, it's likely that there are errors, missing or simply incorrect docs. If that's the case; don't hesitate to correct them yourself 👍.

Go Ethereum tries to keep the amount of external (C) libs to a minimum. At the time of writing it uses Qt, secp256-k1 and GNU readline which are both C(++) libraries and therefor it's not possible to do cross compilation. Apart from that it uses mutan as its contract development language.

Clone this wiki locally