Go to file
obscuren ba385ccdf1 sudo not udo 2014-01-10 10:59:57 +01:00
.gitignore added git ignore 2013-12-26 12:47:06 +01:00
.travis.yml sudo not udo 2014-01-10 10:59:57 +01:00
README.md Updated readme 2014-01-10 10:59:07 +01:00
big.go Added new big from []bytes 2014-01-04 00:30:19 +01:00
block.go Updated marshalling 2014-01-08 23:42:11 +01:00
block_manager.go WIP Block chain 2014-01-08 23:43:07 +01:00
bytes.go Added byte helpers 2014-01-04 00:32:13 +01:00
contract.go Updated marshalling 2014-01-08 23:42:11 +01:00
dagger.go Updated server and peers and mining processing 2014-01-10 00:39:16 +01:00
dagger_test.go Dagger improvements 2014-01-09 16:19:16 +01:00
database.go Updated database interface and eth test code 2014-01-01 03:07:49 +01:00
database_test.go Split up db and trie and added interface 2013-12-30 01:09:57 +01:00
dev_console.go moved db to dev console 2014-01-09 16:19:44 +01:00
encoding.go Encoding helpers for trie 2014-01-01 03:06:52 +01:00
encoding_test.go Encoding helpers for trie 2014-01-01 03:06:52 +01:00
ethereum.go Encoding 2014-01-10 00:44:45 +01:00
genesis.go Updated marshalling 2014-01-08 23:42:11 +01:00
memory_database.go Minor update 2014-01-08 23:43:20 +01:00
parsing.go Updated stack based vm 2014-01-04 00:32:52 +01:00
parsing_test.go updated testing" 2014-01-05 20:41:01 +01:00
peer.go Comments 2014-01-10 10:58:46 +01:00
rlp.go Updated marshalling 2014-01-08 23:42:11 +01:00
rlp_test.go Removed logs from tests and updated rlp encoding to include byte slices 2013-12-29 23:52:46 +01:00
server.go Updated server and peers and mining processing 2014-01-10 00:39:16 +01:00
test_runner.go Work in progress external test runner 2014-01-01 15:49:38 +01:00
test_runner_test.go Work in progress external test runner 2014-01-01 15:49:38 +01:00
testing.go Minor update 2014-01-08 23:43:20 +01:00
transaction.go Updated marshalling 2014-01-08 23:42:11 +01:00
trie.go Minor update 2014-01-08 23:43:20 +01:00
trie_test.go WIP rewrite vm 2014-01-02 23:02:24 +01:00
util.go Minor update 2014-01-08 23:43:20 +01:00
vm.go Minor update 2014-01-08 23:43:20 +01:00
vm_test.go Dagger improvements 2014-01-09 16:19:16 +01:00

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 will launch the developer console

Supported arguments update and get