peer-pad-core
peer-pad-core copied to clipboard
📝 PeerPad core API (no UI)
Requires patches from https://github.com/ipfs/js-ipfs/pull/1396 applied to js-ipfs for now Blocked: - [ ] https://github.com/ipfs/js-ipfs/pull/1396 - [ ] https://github.com/libp2p/js-libp2p-rendezvous/pull/3
Per https://github.com/ipfs-shipyard/peer-pad/issues/36, when run in a private Firefox window, PeerPad opens but fails silently, making pads unusable. It would be great to have some feature detection so that PeerPad can...
Using metamask, if installed.
Just saw a peer-pad init fail with an error when it couldn't connect to wss://ws-star.discovery.libp2p.io ``` creating IPFS WebSocket connection to 'wss://ws-star.discovery.libp2p.io/socket.io/?EIO=3&transport=websocket' failed: WebSocket is closed before the connection is...
Use latest Y.js version (currently @next, v13.0.0), because it will enable us to create a custom DB.
[This ugly hack](https://github.com/ipfs-shipyard/peerpad-core/blob/eccf8e2e40f1b537eaa5afa7dbc7962e019c5193/src/backend/await-ipfs-init.js#L13-L19) should not be needed. Depends on https://github.com/ipfs/js-ipfs/issues/1058