Doug A
Doug A
I took the browser-to-browser example here (https://github.com/libp2p/js-libp2p-webrtc/tree/main/examples/browser-to-browser) and swapped out the js server for the rust-libp2p server to successfully run the example over IPv6. When I tried to take the...
Yesssss, 💯. I'll see if I can find some time for this in the next few days. Should be fairly straightforward I think! On Wed., Sep. 20, 2023, 9:17 p.m....
Did a bit more digging, perhaps it's more `ipfs/0.1.0` needs to be added to that libp2p protocol page?
Thank @mxinden, I can appreciate your input here. I am working on a plugin system idea for libp2p where this protocol name/version would come in handy to find other peers...
@jacobhq that's great news! Enjoy your vacation, look forward to seeing what you do when you return!
No, I have not managed to find time for it yet
For install it was simply: ```sh npm install @fireproof/encrypted-blockstore ``` It installed `@fireproof/encrypted-blockstore` version `0.17.7` from `npm`
Check it out here too, `Connection` et al. is clearly missing from the build: https://cdn.jsdelivr.net/npm/@fireproof/[email protected]/dist/lib/index.js Yet it clearly should be exported: https://github.com/fireproof-storage/fireproof/blob/21f208e0650c8af0c12a46966a31ad220a5daf32/packages/encrypted-blockstore/src/index.ts#L57
Appreciate the update @jchris! I'll wait on `0.19` then =)
Also, what is the `.xts` extension that is being used here?