Skip to content

Jeffrey Wilcke's Go implementation of the Ethereum y/w paper

License

Notifications You must be signed in to change notification settings

zsfelfoldi/go-ethereum

This branch is 10543 commits behind ethereum/go-ethereum:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7dabce · May 8, 2015
May 7, 2015
Dec 30, 2014
Mar 26, 2015
Apr 29, 2015
May 6, 2015
May 6, 2015
Nov 16, 2014
May 6, 2015
Apr 27, 2015
Apr 22, 2015
Apr 13, 2015
May 6, 2015
Apr 23, 2015
Apr 7, 2015
Apr 2, 2015
May 8, 2015
Apr 15, 2015
May 5, 2015
May 6, 2015
Apr 2, 2015
May 5, 2015
Apr 28, 2015
May 6, 2015
May 6, 2015
Mar 24, 2015
Apr 28, 2015
May 6, 2015
May 6, 2015
May 6, 2015
Apr 24, 2015
Mar 30, 2015
Apr 29, 2015
Aug 21, 2014
Apr 29, 2015
Apr 29, 2015
Mar 30, 2015

Repository files navigation

Ethereum Go

Ethereum Go Client © 2014 Jeffrey Wilcke.

      | Linux   | OSX | Windows | Tests

----------|---------|-----|---------|------ develop | Build+Status | Build+Status | Build+Status | Buildr+Status Coverage Status master | Build+Status | Build+Status | Build+Status | Buildr+Status Coverage Status

Bugs Stories in Ready ![Stories in Progress](https://badge.waffle.io/ethereum/go-ethereum.svg?label=in%20progress&title=In Progress) Gitter

Automated (dev) builds

Building the source

For prerequisites and detailed build instructions please read the Installation Instructions on the wiki.

Building geth requires two external dependencies, Go and GMP. You can install them using your favourite package manager. Once the dependencies are installed, run

make geth

Executables

Go Ethereum comes with several wrappers/executables found in the cmd directory:

  • mist Official Ethereum Browser (ethereum GUI client)
  • geth Ethereum CLI (ethereum command line interface client)
  • bootnode runs a bootstrap node for the Discovery Protocol
  • ethtest test tool which runs with the tests suite: cat file | ethtest.
  • evm is a generic Ethereum Virtual Machine: evm -code 60ff60ff -gas 10000 -price 0 -dump. See -h for a detailed description.
  • disasm disassembles EVM code: echo "6001" | disasm
  • rlpdump prints RLP structures

Command line options

Both mist and geth can be configured via command line options, environment variables and config files.

To get the options available:

geth --help

For further details on options, see the wiki

Contribution

If you'd like to contribute to go-ethereum please fork, fix, commit and send a pull request. Commits who do not comply with the coding standards are ignored (use gofmt!). If you send pull requests make absolute sure that you commit on the develop branch and that you do not merge to master. Commits that are directly based on master are simply ignored.

See Developers' Guide for more details on configuring your environment, testing, and dependency management.

About

Jeffrey Wilcke's Go implementation of the Ethereum y/w paper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 64.2%
  • C 14.9%
  • JavaScript 13.0%
  • QML 4.9%
  • Python 1.1%
  • HTML 0.7%
  • Other 1.2%