Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
3a35d45e
Commit
3a35d45e
authored
Feb 28, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
075acec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
32 deletions
+9
-32
README.md
README.md
+9
-32
No files found.
README.md
View file @
3a35d45e
...
@@ -3,44 +3,18 @@ Ethereum
...
@@ -3,44 +3,18 @@ Ethereum
[

](https://travis-ci.org/ethereum/go-ethereum)
[

](https://travis-ci.org/ethereum/go-ethereum)
Ethereum Go developer client (c) Jeffrey Wilcke
Ethereum Go Client (c) Jeffrey Wilcke
Ethereum is currently in its testing phase. The current state is "Proof
The current state is "Proof of Concept 3". For build instructions see
of Concept 2". For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
Ethereum Go is split up in several sub packages Please refer to each
For the development Go Package please see
[
eth-go package
](
https://github.com/ethereum/eth-go
)
.
individual package for more information.
1.
[
eth
](
https://github.com/ethereum/eth-go
)
2.
[
ethchain
](
https://github.com/ethereum/eth-go/ethchain
)
3.
[
ethwire
](
https://github.com/ethereum/eth-go/ethwire
)
4.
[
ethdb
](
https://github.com/ethereum/eth-go/ethdb
)
5.
[
ethutil
](
https://github.com/ethereum/eth-go/ethutil
)
The
[
eth
](
https://github.com/ethereum/eth-go
)
is the top-level package
of the Ethereum protocol. It functions as the Ethereum bootstrapping and
peer communication layer. The
[
ethchain
](
https://github.com/ethereum/ethchain-go
)
contains the Ethereum blockchain, block manager, transaction and
transaction handlers. The
[
ethwire
](
https://github.com/ethereum/ethwire-go
)
contains
the Ethereum
[
wire protocol
](
http://wiki.ethereum.org/index.php/Wire_Protocol
)
which can be used
to hook in to the Ethereum network.
[
ethutil
](
https://github.com/ethereum/ethutil-go
)
contains
utility functions which are not Ethereum specific. The utility package
contains the
[
patricia trie
](
http://wiki.ethereum.org/index.php/Patricia_Tree
)
,
[
RLP Encoding
](
http://wiki.ethereum.org/index.php/RLP
)
and hex encoding
helpers. The
[
ethdb
](
https://github.com/ethereum/ethdb-go
)
package
contains the LevelDB interface and memory DB interface.
This executable is the front-end (currently nothing but a dev console) for
the Ethereum Go implementation.
If you'd like to start developing your own tools please check out the
[
development
](
https://github.com/ethereum/eth-go
)
package.
Build
Build
=======
=======
For build instruction please see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
For build instruction please see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
Command line options
Command line options
====================
====================
...
@@ -52,6 +26,9 @@ Command line options
...
@@ -52,6 +26,9 @@ Command line options
-upnp Enable UPnP (= false)
-upnp Enable UPnP (= false)
-x Desired amount of peers (= 5)
-x Desired amount of peers (= 5)
-h This help
-h This help
-gui Launch with GUI (= true)
-dir Data directory used to store configs and databases (=".ethereum")
-import Import a private key (hex)
```
```
Developer console commands
Developer console commands
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment