Default avatar
Jasper 2 years ago
Hmm. I believe you have the ability to specify bootstrap servers. And my understanding is that IPFS is more of a foundational protocol on which to build services that can offer a user-server model (like ) so I'd imagine a service that acts as a nostr relay and has an ipfs node in combination to provide git services. I don't have knowledge of your third item though.

Replies (2)

We’re replacing IPFS with a layer 2 off-chain storage system that stores files with our optimized merkle trees, like IPFS does, but we ditch their bootstrapping system for a trust-minimized relay discovery system. The node running this storage system also runs a git server, as you suggested. I have to say, I explained the basics of our storage system with merkle root on-chain — but I haven’t gone in-depth on how we’re doing the GitHub itself in context to the storage system. Happy to share, just was trying to finish it before someone else did — it was a competition afterall.