Documentation ¶
Overview ¶
Package gonano provides an implementation of the Nano cryptocurrency. It encapsulates all packages of the gonano project. See the 'nano' package for the actual Nano implementation.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package nano provides a number of useful types for Nano like Address and Balance.
|
Package nano provides a number of useful types for Nano like Address and Balance. |
block
Package block provides implementations for Nano's block types.
|
Package block provides implementations for Nano's block types. |
crypto
Package crypto provides some helpful crypto functions (used internally).
|
Package crypto provides some helpful crypto functions (used internally). |
crypto/ed25519
Package ed25519 implements the Ed25519 signature algorithm.
|
Package ed25519 implements the Ed25519 signature algorithm. |
crypto/random
Package random provides some functions to securely generate random bytes and numbers.
|
Package random provides some functions to securely generate random bytes and numbers. |
node
Package node provides a node implementation that can participate in the Nano network.
|
Package node provides a node implementation that can participate in the Nano network. |
node/proto
Package proto provides an implementation of the Nano network protocol.
|
Package proto provides an implementation of the Nano network protocol. |
store
Package store provides a storage implementation for the Nano block lattice.
|
Package store provides a storage implementation for the Nano block lattice. |
store/genesis
Package genesis provides the genesis constants for the live Nano network.
|
Package genesis provides the genesis constants for the live Nano network. |
wallet
Package wallet provides some helpful wallet functionality like seed generation and key derivation.
|
Package wallet provides some helpful wallet functionality like seed generation and key derivation. |
Click to show internal directories.
Click to hide internal directories.