If I wanted to host an app completely on ipfs (no external servers and feeds), I'd share the hashed address of my app, right?
How do I update any content in the app? How do I update the app itself? I'm assuming that any change to my app will result in a new hash / address, which I will have to distribute via an out-of-band channel?
Thanks, interesting project!
The text was updated successfully, but these errors were encountered:
If I wanted to host an app completely on ipfs (no external servers and feeds), I'd share the hashed address of my app, right?
Yes.
How do I update any content in the app? How do I update the app itself? I'm assuming that any change to my app will result in a new hash / address, which I will have to distribute via an out-of-band channel?
Yes, for /ipfs/... paths. But /<ipns>/... paths are mutable. IPNS isn't fully robust yet, but you can already try it out. check it with both ipfs name and with the /ipns/local/ after ipfs mount.
rdrey commentedApr 10, 2015
If I wanted to host an app completely on ipfs (no external servers and feeds), I'd share the hashed address of my app, right?
How do I update any content in the app? How do I update the app itself? I'm assuming that any change to my app will result in a new hash / address, which I will have to distribute via an out-of-band channel?
Thanks, interesting project!
The text was updated successfully, but these errors were encountered: