-
Notifications
You must be signed in to change notification settings - Fork 30
Background Concepts and Definitions #13
Comments
Hm. Unfortunately, I don't know of any good "what is IPNS" resources and this is not the first time I've needed one. I should probably write one... |
Yes, any information you could provide me will be extremely valuable, I know nothing about IPNS besides what I've seen in a presentation or two about being able to generate mutable content (in my head I think of it as the DNS of the IPFS world, although I'm aware that is not correct), but I have no idea about how it is technically implemented, and without that I don't think I can be of much use here. |
Basically, it allows users to map a public key to some path (e.g., an IPFS path) by creating an IPNS record signed by the public key in question. The mapping is generally ephemeral and expires after a period of time to reduce the window for replay attacks. An IPNS record has:
|
I think it would also be helpful for anyone who is considering using IPFS to store name records, to understand the current, theoretical and expected performance limits, so they can answer questions about whether to use IPFS or eg BitTorrent DHT etc for their project. My questions would be along the lines of
Because IPFS / IPNS are improving rapidly it would be good to have a public roadmap and an indication of where we are on it, and where we expect to be in terms of performance |
This repository is no longer maintained and has been copied over to Boxo. We are now in the process of reviewing issues and PRs and moving the ones that are still relevant. This issue has been moved to ipfs/boxo#335. |
So, in order to do any meaningful review I need to ask a lot of boring questions (@Stebalien you knew what you singed up for when you asked me to review), I can't find much information about any of this, I'm reading the README,
What is an IPNS record? (I should even ask what IPNS really is.)
What does it mean to publish it?
The documentation posted is just a GoDoc link with not much meaningful information.
Feel free to reply with just a link where I can read about all of this (please don't let it be a 3 year old closed issue like the one google throws when asking it).
The text was updated successfully, but these errors were encountered: