axlcoin

module
v0.0.0-...-b2e5579 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2019 License: GPL-3.0

README

AXLCoin

AXL Coin Source Repository

  1. Build Core Geth
  • Run Linux Machine ./build.sh Script.

Directories

Path Synopsis
Core
Geth-1.8.11
Package ethereum defines interfaces for interacting with Ethereum.
Package ethereum defines interfaces for interacting with Ethereum.
Geth-1.8.11/accounts
Package accounts implements high level Ethereum account management.
Package accounts implements high level Ethereum account management.
Geth-1.8.11/accounts/abi
Package abi implements the Ethereum ABI (Application Binary Interface).
Package abi implements the Ethereum ABI (Application Binary Interface).
Geth-1.8.11/accounts/abi/bind
Package bind generates Ethereum contract Go bindings.
Package bind generates Ethereum contract Go bindings.
Geth-1.8.11/accounts/keystore
Package keystore implements encrypted storage of secp256k1 private keys.
Package keystore implements encrypted storage of secp256k1 private keys.
Geth-1.8.11/accounts/usbwallet
Package usbwallet implements support for USB hardware wallets.
Package usbwallet implements support for USB hardware wallets.
Geth-1.8.11/accounts/usbwallet/internal/trezor
Package trezor contains the wire protocol wrapper in Go.
Package trezor contains the wire protocol wrapper in Go.
Geth-1.8.11/bmt
Package bmt provides a binary merkle tree implementation
Package bmt provides a binary merkle tree implementation
Geth-1.8.11/cmd/bootnode
bootnode runs a bootstrap node for the Ethereum Discovery Protocol.
bootnode runs a bootstrap node for the Ethereum Discovery Protocol.
Geth-1.8.11/cmd/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.
Geth-1.8.11/cmd/evm
evm executes EVM code snippets.
evm executes EVM code snippets.
Geth-1.8.11/cmd/faucet
faucet is a Ether faucet backed by a light client.
faucet is a Ether faucet backed by a light client.
Geth-1.8.11/cmd/geth
geth is the official command-line client for Ethereum.
geth is the official command-line client for Ethereum.
Geth-1.8.11/cmd/internal/browser
Package browser provides utilities for interacting with users' browsers.
Package browser provides utilities for interacting with users' browsers.
Geth-1.8.11/cmd/p2psim
p2psim provides a command-line client for a simulation HTTP API.
p2psim provides a command-line client for a simulation HTTP API.
Geth-1.8.11/cmd/puppeth
puppeth is a command to assemble and maintain private networks.
puppeth is a command to assemble and maintain private networks.
Geth-1.8.11/cmd/rlpdump
rlpdump is a pretty-printer for RLP data.
rlpdump is a pretty-printer for RLP data.
Geth-1.8.11/cmd/swarm
Command bzzhash computes a swarm tree hash.
Command bzzhash computes a swarm tree hash.
Geth-1.8.11/cmd/utils
Package utils contains internal helper functions for go-ethereum commands.
Package utils contains internal helper functions for go-ethereum commands.
Geth-1.8.11/common
Package common contains various helper functions.
Package common contains various helper functions.
Geth-1.8.11/common/bitutil
Package bitutil implements fast bitwise operations.
Package bitutil implements fast bitwise operations.
Geth-1.8.11/common/compiler
Package compiler wraps the Solidity compiler executable (solc).
Package compiler wraps the Solidity compiler executable (solc).
Geth-1.8.11/common/hexutil
Package hexutil implements hex encoding with 0x prefix.
Package hexutil implements hex encoding with 0x prefix.
Geth-1.8.11/common/math
Package math provides integer math utilities.
Package math provides integer math utilities.
Geth-1.8.11/common/mclock
package mclock is a wrapper for a monotonic clock source
package mclock is a wrapper for a monotonic clock source
Geth-1.8.11/consensus
Package consensus implements different Ethereum consensus engines.
Package consensus implements different Ethereum consensus engines.
Geth-1.8.11/consensus/clique
Package clique implements the proof-of-authority consensus engine.
Package clique implements the proof-of-authority consensus engine.
Geth-1.8.11/consensus/ethash
Package ethash implements the ethash proof-of-work consensus engine.
Package ethash implements the ethash proof-of-work consensus engine.
Geth-1.8.11/contracts/chequebook
Package chequebook package wraps the 'chequebook' Ethereum smart contract.
Package chequebook package wraps the 'chequebook' Ethereum smart contract.
Geth-1.8.11/core
Package core implements the Ethereum consensus protocol.
Package core implements the Ethereum consensus protocol.
Geth-1.8.11/core/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).
Geth-1.8.11/core/bloombits
Package bloombits implements bloom filtering on batches of data.
Package bloombits implements bloom filtering on batches of data.
Geth-1.8.11/core/rawdb
Package rawdb contains a collection of low level database accessors.
Package rawdb contains a collection of low level database accessors.
Geth-1.8.11/core/state
Package state provides a caching layer atop the Ethereum state trie.
Package state provides a caching layer atop the Ethereum state trie.
Geth-1.8.11/core/types
Package types contains data types related to Ethereum consensus.
Package types contains data types related to Ethereum consensus.
Geth-1.8.11/core/vm
Package vm implements the Ethereum Virtual Machine.
Package vm implements the Ethereum Virtual Machine.
Geth-1.8.11/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.
Geth-1.8.11/crypto/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.
Geth-1.8.11/crypto/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.
Geth-1.8.11/crypto/bn256/google
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.
Geth-1.8.11/crypto/secp256k1
Package secp256k1 wraps the bitcoin secp256k1 C library.
Package secp256k1 wraps the bitcoin secp256k1 C library.
Geth-1.8.11/crypto/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.
Geth-1.8.11/eth
Package eth implements the Ethereum protocol.
Package eth implements the Ethereum protocol.
Geth-1.8.11/eth/downloader
Package downloader contains the manual full chain synchronisation.
Package downloader contains the manual full chain synchronisation.
Geth-1.8.11/eth/fetcher
Package fetcher contains the block announcement based synchronisation.
Package fetcher contains the block announcement based synchronisation.
Geth-1.8.11/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.
Geth-1.8.11/eth/tracers
Package tracers is a collection of JavaScript transaction tracers.
Package tracers is a collection of JavaScript transaction tracers.
Geth-1.8.11/eth/tracers/internal/tracers
Package tracers contains the actual JavaScript tracer assets.
Package tracers contains the actual JavaScript tracer assets.
Geth-1.8.11/ethclient
Package ethclient provides a client for the Ethereum RPC API.
Package ethclient provides a client for the Ethereum RPC API.
Geth-1.8.11/ethstats
Package ethstats implements the network stats reporting service.
Package ethstats implements the network stats reporting service.
Geth-1.8.11/event
Package event deals with subscriptions to real-time events.
Package event deals with subscriptions to real-time events.
Geth-1.8.11/event/filter
Package filter implements event filters.
Package filter implements event filters.
Geth-1.8.11/internal/debug
Package debug interfaces Go runtime debugging facilities.
Package debug interfaces Go runtime debugging facilities.
Geth-1.8.11/internal/ethapi
Package ethapi implements the general Ethereum API functions.
Package ethapi implements the general Ethereum API functions.
Geth-1.8.11/internal/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.
Geth-1.8.11/internal/jsre
Package jsre provides execution environment for JavaScript.
Package jsre provides execution environment for JavaScript.
Geth-1.8.11/internal/jsre/deps
Package deps contains the console JavaScript dependencies Go embedded.
Package deps contains the console JavaScript dependencies Go embedded.
Geth-1.8.11/internal/web3ext
package web3ext contains geth specific web3.js extensions.
package web3ext contains geth specific web3.js extensions.
Geth-1.8.11/les
Package les implements the Light Ethereum Subprotocol.
Package les implements the Light Ethereum Subprotocol.
Geth-1.8.11/les/flowcontrol
Package flowcontrol implements a client side flow control mechanism
Package flowcontrol implements a client side flow control mechanism
Geth-1.8.11/light
Package light implements on-demand retrieval capable state and chain objects for the Ethereum Light Client.
Package light implements on-demand retrieval capable state and chain objects for the Ethereum Light Client.
Geth-1.8.11/log
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.
Geth-1.8.11/metrics
Go port of Coda Hale's Metrics library
Go port of Coda Hale's Metrics library
Geth-1.8.11/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
Geth-1.8.11/miner
Package miner implements Ethereum block creation and mining.
Package miner implements Ethereum block creation and mining.
Geth-1.8.11/mobile
Package geth contains the simplified mobile APIs to go-ethereum.
Package geth contains the simplified mobile APIs to go-ethereum.
Geth-1.8.11/node
Package node sets up multi-protocol Ethereum nodes.
Package node sets up multi-protocol Ethereum nodes.
Geth-1.8.11/p2p
Package p2p implements the Ethereum p2p network protocols.
Package p2p implements the Ethereum p2p network protocols.
Geth-1.8.11/p2p/discover
Package discover implements the Node Discovery Protocol.
Package discover implements the Node Discovery Protocol.
Geth-1.8.11/p2p/discv5
Package discv5 implements the RLPx v5 Topic Discovery Protocol.
Package discv5 implements the RLPx v5 Topic Discovery Protocol.
Geth-1.8.11/p2p/enr
Package enr implements Ethereum Node Records as defined in EIP-778.
Package enr implements Ethereum Node Records as defined in EIP-778.
Geth-1.8.11/p2p/nat
Package nat provides access to common network port mapping protocols.
Package nat provides access to common network port mapping protocols.
Geth-1.8.11/p2p/netutil
Package netutil contains extensions to the net package.
Package netutil contains extensions to the net package.
Geth-1.8.11/p2p/protocols
Package protocols is an extension to p2p.
Package protocols is an extension to p2p.
Geth-1.8.11/p2p/simulations
Package simulations simulates p2p networks.
Package simulations simulates p2p networks.
Geth-1.8.11/rlp
Package rlp implements the RLP serialization format.
Package rlp implements the RLP serialization format.
Geth-1.8.11/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.
Geth-1.8.11/signer/rules/deps
Package deps contains the console JavaScript dependencies Go embedded.
Package deps contains the console JavaScript dependencies Go embedded.
Geth-1.8.11/swarm/api/http
Show nicely (but simple) formatted HTML error pages (or respond with JSON if the appropriate `Accept` header is set)) for the http package.
Show nicely (but simple) formatted HTML error pages (or respond with JSON if the appropriate `Accept` header is set)) for the http package.
Geth-1.8.11/tests
Package tests implements execution of Ethereum JSON tests.
Package tests implements execution of Ethereum JSON tests.
Geth-1.8.11/trie
Package trie implements Merkle Patricia Tries.
Package trie implements Merkle Patricia Tries.
Geth-1.8.11/whisper/whisperv5
Package whisperv5 implements the Whisper protocol (version 5).
Package whisperv5 implements the Whisper protocol (version 5).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL