weihaopeng / W3-POC

A large-scale P2P application protocol testbed based on IPFS and Libp2p for testing W3 which is a consensusless blockchain.
MIT License
7 stars 1 forks source link

Architecture Design & Decisions #1

Closed ericwangqing closed 2 years ago

ericwangqing commented 2 years ago

Architecture of W3 POC

img

Architecture Decisions

ericwangqing commented 2 years ago

libp2p uses Pubsub to pass messages, we should leverage this pattern in W3, broadcast -> pub, listen -> sub。

ericwangqing commented 2 years ago

The architecture is clear now :)