# Functions
NewBlockchainForest initializes the peer blockchains by reading existing dbs from peerBlockchainDir which will be created should not exist.
NewP2P initializes the P2P node with messages and handlers.
# Variables
No description provided by the author
No description provided by the author
# Structs
AccountsP2P represents all the accounts from a peer.
BlockchainForest defines the local and peer chains.
BlockP2P represents a block from a peer.
ChallengeWordP2P represents a challengeWord cache item from a peer.
MappingsP2P represents all the collection mappings (schemas) from a peer.
P2P is the main object to handle networking-related messages.
RequestP2P represents common p2p request body.