Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 531 Bytes

p2p.md

File metadata and controls

21 lines (13 loc) · 531 Bytes

P2P Service

The p2p service provides a peer-to-peer interface for the Bellcoin blockchain. This service abstracts the connection and commnuication interface between the ellcoin and the rest of bellcore node.

This service also provides the publisher interface on bellcore-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