Persistent Peer IDs in libp2p JavaScript

10 Realman78 3 7/23/2025, 9:38:24 PM gist.github.com ↗

Comments (3)

2color · 12h ago
There's a `loadOrCreateSelfKey` function which you can use to load the key from a persistent datastore (fs).

It's documented here: https://github.com/libp2p/js-libp2p/tree/4420fad686921f88785...

I'll be sure to update the docs to include an example in the config docs.

lukaivanic · 19h ago
Damn that's nice, saved me at least a couple of hours of work
chunkz_fan · 1d ago
this is nowhere to be found in the docs. great stuff