forked from mirror/go-ethereum
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
78d18b134f
|
11 years ago | |
---|---|---|
.gitignore | ||
.travis.yml | ||
README.md | ||
big.go | ||
block.go | 11 years ago | |
block_manager.go | 11 years ago | |
contract.go | 11 years ago | |
database.go | ||
database_test.go | ||
db_query_interface.go | ||
encoding.go | ||
encoding_test.go | ||
ethereum.go | ||
genesis.go | ||
memory_database.go | ||
parsing.go | 11 years ago | |
parsing_test.go | 11 years ago | |
rlp.go | ||
rlp_test.go | ||
server.go | ||
test_runner.go | ||
test_runner_test.go | ||
testing.go | 11 years ago | |
transaction.go | 11 years ago | |
trie.go | 11 years ago | |
trie_test.go | 11 years ago | |
util.go | ||
vm.go | 11 years ago | |
vm_test.go | 11 years ago |
README.md
This is the Go implementation of the Ethereum protocol. It's far from being finished.
go get https://github.com/ethereum/go-ethereum
** The Python reference implementation can be found at https://github.com/ethereum/pyethereum **
Command line options
-db will launch the db query tool.
Supported arguments update
and get