Directories
¶
| Path | Synopsis |
|---|---|
|
accounts
|
|
|
abi
Package abi implements the AICHAIN ABI (Application Binary Interface).
|
Package abi implements the AICHAIN ABI (Application Binary Interface). |
|
abi/bind
Package bind generates AICHAIN contract Go bindings.
|
Package bind generates AICHAIN 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
|
|
|
abigen
command
|
|
|
bootnode
command
bootnode runs a bootstrap node for the AICHAIN Discovery Protocol.
|
bootnode runs a bootstrap node for the AICHAIN Discovery Protocol. |
|
clef
command
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. |
|
ethkey
command
|
|
|
evm
command
evm executes EVM code snippets.
|
evm executes EVM code snippets. |
|
faucet
command
faucet is a Ether faucet backed by a light client.
|
faucet is a Ether faucet backed by a light client. |
|
gait
command
gait is the official command-line client for AICHAIN.
|
gait is the official command-line client for AICHAIN. |
|
internal/browser
Package browser provides utilities for interacting with users' browsers.
|
Package browser provides utilities for interacting with users' browsers. |
|
p2psim
command
p2psim provides a command-line client for a simulation HTTP API.
|
p2psim provides a command-line client for a simulation HTTP API. |
|
puppeth
command
puppeth is a command to assemble and maintain private networks.
|
puppeth is a command to assemble and maintain private networks. |
|
rlpdump
command
rlpdump is a pretty-printer for RLP data.
|
rlpdump is a pretty-printer for RLP data. |
|
swarm
command
|
|
|
swarm/swarm-smoke
command
|
|
|
utils
Package utils contains internal helper functions for go-aichain commands.
|
Package utils contains internal helper functions for go-aichain commands. |
|
wnode
command
|
|
|
common
|
|
|
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 |
|
Package consensus implements different AICHAIN consensus engines.
|
Package consensus implements different AICHAIN consensus engines. |
|
aiconsensus
Package aiconsensus implements the ai consensus engine.
|
Package aiconsensus implements the ai consensus engine. |
|
aiconsensus/ethash
Package ethash implements the ethash proof-of-work consensus engine.
|
Package ethash implements the ethash proof-of-work consensus engine. |
|
clique
Package clique implements the proof-of-authority consensus engine.
|
Package clique implements the proof-of-authority consensus engine. |
|
ethash
Package ethash implements the ethash proof-of-work consensus engine.
|
Package ethash implements the ethash proof-of-work consensus engine. |
|
contracts
|
|
|
chequebook
Package chequebook package wraps the 'chequebook' AICHAIN smart contract.
|
Package chequebook package wraps the 'chequebook' AICHAIN smart contract. |
|
Package core implements the AICHAIN consensus protocol.
|
Package core implements the AICHAIN 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 AICHAIN state trie.
|
Package state provides a caching layer atop the AICHAIN state trie. |
|
types
Package types contains data types related to AICHAIN consensus.
|
Package types contains data types related to AICHAIN consensus. |
|
vm
Package vm implements the AICHAIN Virtual Machine.
|
Package vm implements the AICHAIN 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. |
|
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. |
|
lyra2dc
Package lyra2dc wraps the bitcoin lyra2dc C library.
|
Package lyra2dc wraps the bitcoin lyra2dc C library. |
|
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 eth implements the AICHAIN protocol.
|
Package eth implements the AICHAIN 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 aichain filtering system for block, transactions and log events.
|
Package filters implements an aichain 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 ethclient provides a client for the AICHAIN RPC API.
|
Package ethclient provides a client for the AICHAIN RPC API. |
|
Package ethstats implements the network stats reporting service.
|
Package ethstats implements the network stats reporting service. |
|
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
|
|
|
debug
Package debug interfaces Go runtime debugging facilities.
|
Package debug interfaces Go runtime debugging facilities. |
|
ethapi
Package ethapi implements the general AICHAIN API functions.
|
Package ethapi implements the general AICHAIN API functions. |
|
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 gait specific web3.js extensions.
|
package web3ext contains gait specific web3.js extensions. |
|
Package les implements the Light AICHAIN Subprotocol.
|
Package les implements the Light AICHAIN Subprotocol. |
|
flowcontrol
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 AICHAIN Light Client.
|
Package light implements on-demand retrieval capable state and chain objects for the AICHAIN 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
|
Go port of Coda Hale's Metrics library |
|
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 miner implements AICHAIN block creation and mining.
|
Package miner implements AICHAIN block creation and mining. |
|
Package gait contains the simplified mobile APIs to go-aichain.
|
Package gait contains the simplified mobile APIs to go-aichain. |
|
Package node sets up multi-protocol AICHAIN nodes.
|
Package node sets up multi-protocol AICHAIN nodes. |
|
p2p
|
|
|
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 AICHAIN Node Records as defined in EIP-778.
|
Package enr implements AICHAIN 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. |
|
simulations/examples
command
|
|
|
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. |
|
api/http
A simple http server interface to Swarm
|
A simple http server interface to Swarm |
|
bmt
Package bmt provides a binary merkle tree implementation used for swarm chunk hash
|
Package bmt provides a binary merkle tree implementation used for swarm chunk hash |
|
network/simulations
command
You can run this simulation using
|
You can run this simulation using |
|
pot
Package pot see doc.go
|
Package pot see doc.go |
|
pss
Pss provides devp2p functionality for swarm nodes without the need for a direct tcp connection between them.
|
Pss provides devp2p functionality for swarm nodes without the need for a direct tcp connection between them. |
|
pss/client
simple abstraction for implementing pss functionality
|
simple abstraction for implementing pss functionality |
|
storage/mock
Package mock defines types that are used by different implementations of mock storages.
|
Package mock defines types that are used by different implementations of mock storages. |
|
storage/mock/db
Package db implements a mock store that keeps all chunk data in LevelDB database.
|
Package db implements a mock store that keeps all chunk data in LevelDB database. |
|
storage/mock/mem
Package mem implements a mock store that keeps all chunk data in memory.
|
Package mem implements a mock store that keeps all chunk data in memory. |
|
storage/mock/rpc
Package rpc implements an RPC client that connect to a centralized mock store.
|
Package rpc implements an RPC client that connect to a centralized mock store. |
|
storage/mock/test
Package test provides functions that are used for testing GlobalStorer implementations.
|
Package test provides functions that are used for testing GlobalStorer implementations. |
|
storage/mru
Package mru defines Mutable resource updates.
|
Package mru defines Mutable resource updates. |
|
Package tests implements execution of AICHAIN JSON tests.
|
Package tests implements execution of AICHAIN JSON tests. |
|
Package trie implements Merkle Patricia Tries.
|
Package trie implements Merkle Patricia Tries. |
|
whisper
|
|
|
whisperv5
Package whisperv5 implements the Whisper protocol (version 5).
|
Package whisperv5 implements the Whisper protocol (version 5). |
Click to show internal directories.
Click to hide internal directories.