Directories ¶
Path | Synopsis |
---|---|
go-ethereum
|
|
accounts
Package implements a private key management facility.
|
Package implements a private key management facility. |
accounts/abi
Package abi implements the Ethereum ABI (Application Binary Interface).
|
Package abi implements the Ethereum ABI (Application Binary Interface). |
cmd/utils
Package utils contains internal helper functions for go-ethereum commands.
|
Package utils contains internal helper functions for go-ethereum commands. |
common
Package common contains various helper functions.
|
Package common contains various helper functions. |
core
Package core implements the Ethereum consensus protocol.
|
Package core implements the Ethereum consensus protocol. |
core/state
Package state provides a caching layer atop the Ethereum state trie.
|
Package state provides a caching layer atop the Ethereum state trie. |
core/types
Package types contains data types related to Ethereum consensus.
|
Package types contains data types related to Ethereum consensus. |
core/vm
Package vm implements the Ethereum Virtual Machine.
|
Package vm implements the Ethereum Virtual Machine. |
core/vm/runtime
Package runtime provides a basic execution model for executing EVM code.
|
Package runtime provides a basic execution model for executing EVM code. |
crypto/sha3
Package sha3 implements the SHA3 hash algorithm (formerly called Keccak) chosen by NIST in 2012.
|
Package sha3 implements the SHA3 hash algorithm (formerly called Keccak) chosen by NIST in 2012. |
eth
Package eth implements the Ethereum protocol.
|
Package eth implements the Ethereum protocol. |
eth/downloader
Package downloader contains the manual full chain synchronisation.
|
Package downloader contains the manual full chain synchronisation. |
eth/fetcher
Package fetcher contains the block announcement based synchonisation.
|
Package fetcher contains the block announcement based synchonisation. |
eth/filters
package filters implements an ethereum filtering system for block, transactions and log events.
|
package filters implements an ethereum filtering system for block, transactions and log events. |
event
Package event implements an event multiplexer.
|
Package event implements an event multiplexer. |
event/filter
Package filter implements event filters.
|
Package filter implements event filters. |
jsre
Package jsre provides execution environment for JavaScript.
|
Package jsre provides execution environment for JavaScript. |
logger
Package logger implements a multi-output leveled logger.
|
Package logger implements a multi-output leveled logger. |
logger/glog
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
|
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
metrics
Package metrics provides general system and process level metrics collection.
|
Package metrics provides general system and process level metrics collection. |
miner
Package miner implements Ethereum block creation and mining.
|
Package miner implements Ethereum block creation and mining. |
node
Package node represents the Ethereum protocol stack container.
|
Package node represents the Ethereum protocol stack container. |
p2p
Package p2p implements the Ethereum p2p network protocols.
|
Package p2p implements the Ethereum p2p network protocols. |
p2p/discover
Package discover implements the Node Discovery Protocol.
|
Package discover implements the Node Discovery Protocol. |
p2p/nat
Package nat provides access to common network port mapping protocols.
|
Package nat provides access to common network port mapping protocols. |
rlp
Package rlp implements the RLP serialization format.
|
Package rlp implements the RLP serialization format. |
rpc
Package rpc provides access to the exported methods of an object across a network or other I/O connection.
|
Package rpc provides access to the exported methods of an object across a network or other I/O connection. |
trie
Package trie implements Merkle Patricia Tries.
|
Package trie implements Merkle Patricia Tries. |
whisper
Package whisper implements the Whisper PoC-1.
|
Package whisper implements the Whisper PoC-1. |
Click to show internal directories.
Click to hide internal directories.