You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
js-ipfs-api does not seem to provide p2p commands. How can I access these commands? Can you explain how can I extend this library so that I can send encrypted private direct messages? Like sendTo of the ipfs-pubsub-room? They seem to use libp2p dial:
js-ipfs-api does not seem to provide p2p commands. How can I access these commands? Can you explain how can I extend this library so that I can send encrypted private direct messages? Like sendTo of the ipfs-pubsub-room? They seem to use libp2p dial:
https://github.com/ipfs-shipyard/ipfs-pubsub-room/blob/8fa55b222f904166e6fb98714b078d623ee12d80/src/connection.js#L51
What about the HTTP API path /p2p/stream/dial or /p2p/listener/open?
Currently this is where I am:
Another question I have is: does
ipfs.util.crypto
supports pipable/pullable crypto streams with AES like Node'screateCipheriv
, and if so how?The text was updated successfully, but these errors were encountered: