You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Resolving IPNS names using IPFS gateways](#resolving-ipns-names-using-ipfs-gateways)
24
+
-[Publishing IPNS names with Kubo](#publishing-ipns-names-with-kubo)
25
+
-[Example IPNS Setup with JS SDK API](#example-ipns-setup-with-js-sdk-api)
26
+
-[Alternatives to IPNS](#alternatives-to-ipns)
27
+
-[Further Resources](#further-resources)
28
+
29
+
8
30
## Mutability in IPFS
9
31
10
32
[Content addressing](content-addressing.md) in IPFS is by nature _immutable_: when you add a file to IPFS, it creates a hash from the data contained in it. Changing a file changes its hash, and consequently its CID which is used as an address.
0 commit comments