diff options
author | obscuren <geffobscura@gmail.com> | 2014-01-11 22:53:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-01-11 22:53:27 +0800 |
commit | 66dd8b6fbaa675cbac8dc0bf4085d5a708a612d7 (patch) | |
tree | 7386a2f87e7d07db776a818de48c7488c04a0fa2 /README.md | |
parent | d6f7372a3c5b002c6e385b5916bd5f81463c37df (diff) | |
download | go-tangerine-66dd8b6fbaa675cbac8dc0bf4085d5a708a612d7.tar.gz go-tangerine-66dd8b6fbaa675cbac8dc0bf4085d5a708a612d7.tar.zst go-tangerine-66dd8b6fbaa675cbac8dc0bf4085d5a708a612d7.zip |
sub packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -3,7 +3,14 @@ Ethereum [![Build Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum) -Ethereum Go +Ethereum Go (c) 0255c78815d4f056f84c96de438ed9e38c69c0f8af24f5032248be5a79fe9071c3 + + +Ethereum Go is split up in several sub packages. Please refer to each +individual package for more information. + 1. [ethutil](https://github.com/ethereum/ethutil-go) + 2. [ethdb](https://github.com/ethereum/ethdb-go) + 3. [ethwire](https://github.com/ethereum/ethwire-go) Deps ==== @@ -13,7 +20,7 @@ Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. Install ======= -```go get https://github.com/ethereum/go-ethereum``` +```go get -u -t https://github.com/ethereum/go-ethereum``` Command line options @@ -49,3 +56,8 @@ if x > y { // It's greater! } ``` + +Copy +==== + +69bce990a619e747b4f57483724b0e8a1732bb3b44ccf70b0dd6abd272af94550fc9d8b21232d33ebf30d38a148612f68e936094b4daeb9ea7174088a439070401 0255c78815d4f056f84c96de438ed9e38c69c0f8af24f5032248be5a79fe9071c3 |