IPNS : update peers

Hi,

Trying to learn more about IPNS I read “Once the record is created, it is ready to be spread through the network.” Talking about an IPNS record I understand the purpose of spreading it over the network. However I found no info about how is it done. What kind of request is sent to peers ?

Source : GitHub - ipfs/go-ipns: Utilities for creating, parsing, and validating IPNS records

Found it :slight_smile:

I should have looked in the DHT doc instead of the ipns one

Here is a link with all the DHT request related to IPNS : Distributed Hash Tables (DHTs) | IPFS Docs

1 Like