Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
obscuren 8bbf879cb3 Moving the ethgo to individual packages 11 years ago
.gitignore added git ignore 11 years ago
.travis.yml sudo not udo 11 years ago
README.md Updated read me and changed mine argument to m 11 years ago
block_manager.go Moving the ethgo to individual packages 11 years ago
dagger.go Moving the ethgo to individual packages 11 years ago
dagger_test.go Dagger improvements 11 years ago
dev_console.go Moving the ethgo to individual packages 11 years ago
ethereum.go Moving the ethgo to individual packages 11 years ago
peer.go WIP Splitting ethereum up in submodules 11 years ago
rlp.go Moving the ethgo to individual packages 11 years ago
rlp_test.go Removed logs from tests and updated rlp encoding to include byte slices 11 years ago
server.go Moving the ethgo to individual packages 11 years ago
test_runner.go Work in progress external test runner 11 years ago
test_runner_test.go Work in progress external test runner 11 years ago
testing.go Minor update 11 years ago
vm.go Moving the ethgo to individual packages 11 years ago
vm_test.go Dagger improvements 11 years ago

README.md

Ethereum

Build Status

Ethereum Go

Deps

Ethereum Go makes use of a modified secp256k1-go and therefor GMP.

Install

go get https://github.com/ethereum/go-ethereum

Command line options

-c launch the developer console -m start mining fake blocks and broadcast fake messages to the net