diff options
author | obscuren <obscuren@obscura.com> | 2013-12-26 20:35:04 +0800 |
---|---|---|
committer | obscuren <obscuren@obscura.com> | 2013-12-26 20:35:04 +0800 |
commit | b71e632b467d27710961fce21dcd4453d37c818a (patch) | |
tree | 087e9e6c56c54f0aee685e1f5b5633f4e3821c6a | |
parent | 486710c17c71f456e48b40052b1bd392d58e01f3 (diff) | |
download | dexon-b71e632b467d27710961fce21dcd4453d37c818a.tar.gz dexon-b71e632b467d27710961fce21dcd4453d37c818a.tar.zst dexon-b71e632b467d27710961fce21dcd4453d37c818a.zip |
go get
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ This is the Go implementation of the Ethereum protocol. It's far from being finished. +`go get https://github.com/obscuren/ethereum` + The Python reference implementation can be found at https://github.com/vbuterin/pyethereum More information about the protocol: |