I’m interested in using the functionality afforded by the js-ipfs-repo
package, except for non-ipfs libp2p projects. The problem I currently see is that js-ipfs-repo
has it’s IPFS specific datastores (blocks, keys, pins etc) hardcoded. It would make sense to start a new project, js-libp2p-repo
which clones the functionality, but allows more configurability regarding custom datastores. I am also interested in dynamically opening and closing datastores at runtime.
Curious if the js devs have any thoughts on this. I will get to work on a prototype package for js-libp2p-repo
based off js-ipfs-repo
.
@vasco-santos @jacobheun Sorry for the ping.
Cheers,
Josh.