Skip to main content

Questions tagged [libp2p]

Questions related to https://libp2p.io

1 vote
0 answers
57 views

backgroung Currently, I am looking to utilize Helia to construct a private IPFS network. The critical issue at hand is "Ensuring that this private network remains inaccessible to external nodes.&...
hugr kai's user avatar
2 votes
0 answers
57 views

I am looking at optimising connections between validators, and I was wondering how eth2 consensus clients handle this currently. Reading the specs at consensus-specs I couldn't find anything very ...
phetherer's user avatar
0 votes
1 answer
411 views

Ethereum 2.0 nodes communicate through a libp2p network. Two indicators of talking to "correct" nodes on the same network are the "fork digest" and the "fork version" ...
q9f's user avatar
  • 33.1k
2 votes
1 answer
1k views

I want to create a private IPFS Network in which nodes should be able to add data and share the Hash with other nodes in the network so that they will be able to access the files and make them ...
Sandeep Yadav's user avatar
2 votes
1 answer
196 views

I have installed some js-libp2p's packages on my Ethereum Blockchain-ipfs project and I wrote some codes like below. const TCP = require('libp2p-tcp'); const MulticastDNS = require('libp2p-mdns'); ...
Sulvin's user avatar
  • 61
4 votes
1 answer
523 views

Why is are new projects (ETH 2.0, Polkadot (Substrate) ) favouring Libp2p over DevP2P? I have seen this answer, but it doesnt really drawn strict comparisons. What is the distinction between libp2p, ...
0xsegfault's user avatar
  • 1,280
36 votes
3 answers
9k views

What is the distinction between libp2p and devp2p? Do they refer to the same thing? How are they related to RLPx? In the libp2p whitepaper, dated Nov 2014, they appear to be the same thing: libp2p (...
Lee's user avatar
  • 8,658