Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 534 Bytes

p2p.md

File metadata and controls

21 lines (13 loc) · 534 Bytes

P2P Service

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.

Service Configuration

"p2p": {
  "peers": [
  { "ip": { "v4": "127.0.0.1" }, "port": 8333 }
  ]
}

Other services this service Depends on

None