Does Data is immutable?

When storing data in IPFS, can we be sure that data will stay immutable ?

Yes. If you retrieve the data, you can build the hash of it which then corresponds to its CID. This way you can be sure, the data you requested didn’t mutate.

1 Like