Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.91 KB

IPFS.md

File metadata and controls

26 lines (21 loc) · 1.91 KB

IPFS

  • Data model for IPFS
  • Everything is a node. Nodes have types.
  • The data structure is a Merkle Tree.
  • Makes easy to have interoperability of data. Useful for distributed databases.
    • Bridges content addressing and distributed systems.

LibP2P

  • Modular peer to peer networking layer.
  • Multiple users across the decentralized ecosystem.
  • Many implementations of each module.