The p2p service provides a peer-to-peer interface for the Florincoin blockchain. This service abstracts the connection and commnuication interface between the Florincoin and the rest of flocore node.
This service also provides the publisher interface on flocore-node bus architecture. The P2P service will publish header, block and transaction events.
"p2p": {
"peers": [
{ "ip": { "v4": "127.0.0.1" }, "port": 8333 }
]
}
None