aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorobscuren <obscuren@obscura.com>2013-12-26 20:29:45 +0800
committerobscuren <obscuren@obscura.com>2013-12-26 20:29:45 +0800
commitfe5577f59e0b5b254013263675e7a0989e7cd82a (patch)
tree0cb6dacaa0cb8b24349b1e9e05a061cf690c92ef /README
parentf201547731aca98ae24a62b816a9957927481a2f (diff)
downloaddexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar.gz
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar.bz2
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar.lz
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar.xz
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.tar.zst
dexon-fe5577f59e0b5b254013263675e7a0989e7cd82a.zip
Added readme
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..20e704bf8
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+This is the Go implementation of the Ethereum protocol. It's for from being finished.
+
+The Python reference implementation can be found at https://github.com/vbuterin/pyethereum
+
+More information about the protocol:
+* http://vitalik.ca/ethereum.html
+* http://vitalik.ca/ethereum/spec.html
+* http://vitalik.ca/ethereum/patricia.html
+* http://vitalik.ca/ethereum/dagger.html
+* http://vitalik.ca/ethereum/rlp.html
+
+# TODO
+
+Fix this todo file!