How does IPNS work?

This discussion contains some info regarding how IPNS currently works and what its limitations are.

I have been looking at the go implementation, since that is what we use. The ipns stuff can be found in https://github.com/ipfs/go-ipfs/tree/master/namesys

not sure about the js impl, but the package structure should be similar.

1 Like