From 61d67f2ae965a9a1113084f2352e2c2dd97ab9a7 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 1 Jan 2014 14:12:30 +0100 Subject: moved to markdown --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 000000000..92ca75b5a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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` -- cgit