Tagged articles
5 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Jan 14, 2021 · Backend Development

Release Notes for libp2p‑rs: New Features, Improvements, and Bug Fixes

The libp2p‑rs update introduces beta‑value termination for Kad‑DHT queries, timeout mechanisms, routing table refresh, node keep‑alive, identify event handling, outbound sub‑stream reuse, query statistics, a debuggable CLI, and adds experimental floodsub, mdns, parallel dialing, Prometheus exporter, and other enhancements.

BackendDHTNetworking
0 likes · 3 min read
Release Notes for libp2p‑rs: New Features, Improvements, and Bug Fixes
21CTO
21CTO
May 29, 2018 · Blockchain

How IPFS Works: A Deep Dive into Its Architecture and Core Components

This article explains the fundamentals of IPFS, covering its file system nature, content‑addressed Merkle‑DAG structure, the multi‑layer architecture (naming, merkledag, exchange, routing, network), IPLD data modeling, and libp2p’s modular networking stack, illustrating how data is stored, addressed, and transferred in a distributed manner.

Content AddressingIPFSIPLD
0 likes · 11 min read
How IPFS Works: A Deep Dive into Its Architecture and Core Components
Meitu Technology
Meitu Technology
May 23, 2018 · Blockchain

An Overview of IPFS: Architecture, IPLD, and libp2p

The article explains IPFS as a peer‑to‑peer, content‑addressed storage system built on a five‑layer architecture, detailing how the Merkle‑DAG, Kademlia routing, IPLD’s multiformats, and libp2p’s modular network stack work together to enable decentralized, tamper‑resistant data storage and retrieval, complementing blockchain.

Content AddressingIPFSIPLD
0 likes · 14 min read
An Overview of IPFS: Architecture, IPLD, and libp2p
Senior Brother's Insights
Senior Brother's Insights
Apr 20, 2018 · Blockchain

How to Build a Simple P2P Blockchain in Go Using libp2p

This tutorial walks through creating a fully decentralized peer‑to‑peer blockchain in Go, covering the background of P2P networks, installing the go‑libp2p library, defining block structures, implementing validation and host creation, handling streams for data exchange, and running multiple nodes to synchronize state without any central server.

DecentralizedP2Plibp2p
0 likes · 22 min read
How to Build a Simple P2P Blockchain in Go Using libp2p