js-peer-id icon indicating copy to clipboard operation
js-peer-id copied to clipboard

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.

Results 13 js-peer-id issues
Sort by recently updated
recently updated
newest added

After adding the `class-is` module with [js-peer-id#84](https://github.com/libp2p/js-peer-id/pull/84), the `isPeerId` function is redundant and can be removed [js-peer-id/index.js#L291-L295](https://github.com/libp2p/js-peer-id/blob/master/src/index.js#L291-L295). Note: this was not removed with the addition of `class-is` since it is...

kind/enhancement
help wanted
status/ready
P2

Hello, I am interested in writing a python implementation of peer-id, i was wondering if you have the tech specs for that.

kind/support
status/deferred

These are needed in js-libp2p-secio. Reference implementation in go: https://github.com/ipfs/go-libp2p-peer/blob/master/peer.go#L55-L67

help wanted
status/ready