Directories ¶
Path | Synopsis |
---|---|
Package accounts implements high level Cypherium account management.
|
Package accounts implements high level Cypherium account management. |
abi
Package abi implements the Cypherium ABI (Application Binary Interface).
|
Package abi implements the Cypherium ABI (Application Binary Interface). |
abi/bind
Package bind generates Cypherium contract Go bindings.
|
Package bind generates Cypherium contract Go bindings. |
keystore
Package keystore implements encrypted storage of secp256k1 private keys.
|
Package keystore implements encrypted storage of secp256k1 private keys. |
usbwallet
Package usbwallet implements support for USB hardware wallets.
|
Package usbwallet implements support for USB hardware wallets. |
usbwallet/internal/trezor
Package trezor contains the wire protocol wrapper in Go.
|
Package trezor contains the wire protocol wrapper in Go. |
cmd
|
|
bootnode
bootnode runs a bootstrap node for the Cypherium Discovery Protocol.
|
bootnode runs a bootstrap node for the Cypherium Discovery Protocol. |
clef
signer is a utility that can be used so sign transactions and arbitrary data.
|
signer is a utility that can be used so sign transactions and arbitrary data. |
cypher
cypher is the official command-line client for Cypherium.
|
cypher is the official command-line client for Cypherium. |
evm
evm executes EVM code snippets.
|
evm executes EVM code snippets. |
faucet
faucet is a Cpher faucet backed by a light client.
|
faucet is a Cpher faucet backed by a light client. |
internal/browser
Package browser provides utilities for interacting with users' browsers.
|
Package browser provides utilities for interacting with users' browsers. |
p2psim
p2psim provides a command-line client for a simulation HTTP API.
|
p2psim provides a command-line client for a simulation HTTP API. |
rlpdump
rlpdump is a pretty-printer for RLP data.
|
rlpdump is a pretty-printer for RLP data. |
utils
Package utils contains internal helper functions for cypherBFT commands.
|
Package utils contains internal helper functions for cypherBFT commands. |
Package common contains various helper functions.
|
Package common contains various helper functions. |
bitutil
Package bitutil implements fast bitwise operations.
|
Package bitutil implements fast bitwise operations. |
compiler
Package compiler wraps the Solidity compiler executable (solc).
|
Package compiler wraps the Solidity compiler executable (solc). |
hexutil
Package hexutil implements hex encoding with 0x prefix.
|
Package hexutil implements hex encoding with 0x prefix. |
math
Package math provides integer math utilities.
|
Package math provides integer math utilities. |
mclock
Package mclock is a wrapper for a monotonic clock source
|
Package mclock is a wrapper for a monotonic clock source |
contracts
|
|
chequebook
Package chequebook package wraps the 'chequebook' Cypherium smart contract.
|
Package chequebook package wraps the 'chequebook' Cypherium smart contract. |
Package core implements the Cypherium consensus protocol.
|
Package core implements the Cypherium consensus protocol. |
asm
Provides support for dealing with EVM assembly instructions (e.g., disassembling them).
|
Provides support for dealing with EVM assembly instructions (e.g., disassembling them). |
bloombits
Package bloombits implements bloom filtering on batches of data.
|
Package bloombits implements bloom filtering on batches of data. |
rawdb
Package rawdb contains a collection of low level database accessors.
|
Package rawdb contains a collection of low level database accessors. |
state
Package state provides a caching layer atop the Cypherium state trie.
|
Package state provides a caching layer atop the Cypherium state trie. |
vm
Package vm implements the Cypherium Virtual Machine.
|
Package vm implements the Cypherium Virtual Machine. |
vm/runtime
Package runtime provides a basic execution model for executing EVM code.
|
Package runtime provides a basic execution model for executing EVM code. |
Package cph implements the Cypherium protocol.
|
Package cph implements the Cypherium protocol. |
downloader
Package downloader contains the manual full chain synchronisation.
|
Package downloader contains the manual full chain synchronisation. |
fetcher
Package fetcher contains the block announcement based synchronisation.
|
Package fetcher contains the block announcement based synchronisation. |
filters
Package filters implements an cypherium filtering system for block, transactions and log events.
|
Package filters implements an cypherium filtering system for block, transactions and log events. |
tracers
Package tracers is a collection of JavaScript transaction tracers.
|
Package tracers is a collection of JavaScript transaction tracers. |
tracers/internal/tracers
Package tracers contains the actual JavaScript tracer assets.
|
Package tracers contains the actual JavaScript tracer assets. |
Package cphclient provides a client for the Cypherium RPC API.
|
Package cphclient provides a client for the Cypherium RPC API. |
Package cphstats implements the network stats reporting service.
|
Package cphstats implements the network stats reporting service. |
bech32
Package bech32 reference implementation for Bech32 and segwit addresses.
|
Package bech32 reference implementation for Bech32 and segwit addresses. |
bn256
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
|
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve. |
bn256/cloudflare
Package bn256 implements a particular bilinear group at the 128-bit security level.
|
Package bn256 implements a particular bilinear group at the 128-bit security level. |
bn256/google
Package bn256 implements a particular bilinear group.
|
Package bn256 implements a particular bilinear group. |
secp256k1
Package secp256k1 wraps the bitcoin secp256k1 C library.
|
Package secp256k1 wraps the bitcoin secp256k1 C library. |
sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
|
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. |
Package cypherium defines interfaces for interacting with Cypherium.
|
Package cypherium defines interfaces for interacting with Cypherium. |
Package event deals with subscriptions to real-time events.
|
Package event deals with subscriptions to real-time events. |
filter
Package filter implements event filters.
|
Package filter implements event filters. |
internal
|
|
cphapi
Package cphapi implements the general Cypherium API functions.
|
Package cphapi implements the general Cypherium API functions. |
debug
Package debug interfaces Go runtime debugging facilities.
|
Package debug interfaces Go runtime debugging facilities. |
guide
Package guide is a small test suite to ensure snippets in the dev guide work.
|
Package guide is a small test suite to ensure snippets in the dev guide work. |
jsre
Package jsre provides execution environment for JavaScript.
|
Package jsre provides execution environment for JavaScript. |
jsre/deps
Package deps contains the console JavaScript dependencies Go embedded.
|
Package deps contains the console JavaScript dependencies Go embedded. |
web3ext
package web3ext contains cypher specific web3c.js extensions.
|
package web3ext contains cypher specific web3c.js extensions. |
Package les implements the Light Cypherium Subprotocol.
|
Package les implements the Light Cypherium Subprotocol. |
flowcontrol
Package flowcontrol implements a client side flow control mechanism Package flowcontrol implements a client side flow control mechanism
|
Package flowcontrol implements a client side flow control mechanism Package flowcontrol implements a client side flow control mechanism |
Package light implements on-demand retrieval capable state and chain objects for the Cypherium Light Client.
|
Package light implements on-demand retrieval capable state and chain objects for the Cypherium Light Client. |
Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable.
|
Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable. |
Go port of Coda Hale's Metrics library <https://github.com/rcrowley/go-metrics> Coda Hale's original work: <https://github.com/codahale/metrics>
|
Go port of Coda Hale's Metrics library <https://github.com/rcrowley/go-metrics> Coda Hale's original work: <https://github.com/codahale/metrics> |
exp
Hook go-metrics into expvar on any /debug/metrics request, load all vars from the registry into expvar, and execute regular expvar handler
|
Hook go-metrics into expvar on any /debug/metrics request, load all vars from the registry into expvar, and execute regular expvar handler |
Package cypher contains the simplified mobile APIs to cypherBFT.
|
Package cypher contains the simplified mobile APIs to cypherBFT. |
Package node sets up multi-protocol Cypherium nodes.
|
Package node sets up multi-protocol Cypherium nodes. |
Package p2p implements the Cypherium p2p network protocols.
|
Package p2p implements the Cypherium p2p network protocols. |
discover
Package discover implements the Node Discovery Protocol.
|
Package discover implements the Node Discovery Protocol. |
discv5
Package discv5 implements the RLPx v5 Topic Discovery Protocol.
|
Package discv5 implements the RLPx v5 Topic Discovery Protocol. |
enr
Package enr implements Cypherium Node Records as defined in EIP-778.
|
Package enr implements Cypherium Node Records as defined in EIP-778. |
nat
Package nat provides access to common network port mapping protocols.
|
Package nat provides access to common network port mapping protocols. |
netutil
Package netutil contains extensions to the net package.
|
Package netutil contains extensions to the net package. |
protocols
Package protocols is an extension to p2p.
|
Package protocols is an extension to p2p. |
simulations
Package simulations simulates p2p networks.
|
Package simulations simulates p2p networks. |
Package consensus implements different Cypherium consensus engines.
|
Package consensus implements different Cypherium consensus engines. |
Package reconfig implements Cypherium reconfiguration.
|
Package reconfig implements Cypherium reconfiguration. |
bftview
Package bftview implements Cypherium committee common operation functions.
|
Package bftview implements Cypherium committee common operation functions. |
Package rlp implements the RLP serialization format.
|
Package rlp implements the RLP serialization format. |
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. |
signer
|
|
rules/deps
Package deps contains the console JavaScript dependencies Go embedded.
|
Package deps contains the console JavaScript dependencies Go embedded. |
Package tests implements execution of Cypherium JSON tests.
|
Package tests implements execution of Cypherium JSON tests. |
Package trie implements Merkle Patricia Tries.
|
Package trie implements Merkle Patricia Tries. |
Click to show internal directories.
Click to hide internal directories.