-
With libp2p V0.28, peer:connect events seems not to be fired
```
const peerid = ...;
const libp2p = await Libp2p.create({
peerId: peerid,
addresses: {
listen: ['/ip4/0…
-
👋 Thanks for the 0.41.0 update!
I'm having an issue with upgrading from 0.38
I'm getting the following error:
```
Error: no valid addresses were provided for transports [WebSockets,WebRTCStar,C…
-
when a peer is connected a get this :( something happen with webrtc-star using ipfs@0.46.0
my conf!!
```
module.exports = (opts) => {
// Set convenience variables to clearly showcase some of th…
-
*Versions*:
```
"libp2p": "^0.30.0",
"libp2p-bootstrap": "^0.12.1",
"libp2p-gossipsub": "^0.8.0",
"libp2p-kad-dht": "^0.20.4",
"libp2p-mdns": "^0.15.0",
"libp2p-mplex"…
AuHau updated
3 years ago
-
Hi,
I am trying to implement a libp2p webcam application. In-order to discover and connect to the other peers in the same network, i tried the below libp2p code but it didn’t worked for me(Actually i…
-
On my MacBook Air with M1 CPU, croc (which I installed via Brew) just hangs at `connecting...` when I try receiving a file.
**To Reproduce**
Steps to reproduce the behavior:
1. Get some macOS Big…
-
**Expected Behavior**
Being able to see all the transactions of my wallet.
**Current Behavior**
Not able to see all the transactions of my wallet. It seems that the maximum of transactions I …
-
HI, I created my wallet back in 2017 when I bought some strats. I would like to restore my old wallet using the latest vesion of the stratis core (2.2.1). I opened the core I clicked restore I put the…
-
I've investigated using password encryption with weave. If you've followed the instructions for deploying kubernetes with KOps, the default deployment uses weave. Weave has a capability of employing p…
-
I've been exploring what an async iterator based discovery interface might look like. The following gist is a rough sketch (very unlikely to actually run) of what it could be like.
TLDR: it's just …