Tag

libp2p

0 views collected around this technical thread.

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.

DHTNetworkingPeer-to-Peer
0 likes · 3 min read
Release Notes for libp2p‑rs: New Features, Improvements, and Bug Fixes
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 AddressingDistributed StorageIPFS
0 likes · 14 min read
An Overview of IPFS: Architecture, IPLD, and libp2p
High Availability Architecture
High Availability Architecture
May 2, 2018 · Blockchain

Implementing a Simple Decentralized P2P Network for Blockchain in Go Using go-libp2p

This tutorial explains how to build a fully decentralized peer-to-peer (P2P) blockchain network in Go using the go-libp2p library, covering background concepts, installation, host creation, stream handling, block synchronization, and step-by-step commands to run multiple nodes and observe consensus.

decentralizationlibp2pp2p
0 likes · 13 min read
Implementing a Simple Decentralized P2P Network for Blockchain in Go Using go-libp2p