-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to prove IPNS content ownership with libp2p-key #14774
Comments
@lidel do you have an idea on how this could be implemented? Maybe first manually how it could work via command line? |
DNSLink is easy – if user already gets credited for The second one, assuming IPNS is used for publishing as drafted in #14770 (comment), Brave could read user's keys via This should be enough to "prove" they are publishers, Brave could also include some unique |
ipfs/kubo#10230 will make signing arbitrary bytes with IPNS key easier (removing the need for exporting the key and signing with external code). It could be used for prooving IPNS key ownership, and/or having a signed pointer to the latest version inside an immutable snapshot of a website. |
This allows confirming key ownership in offline mode, without having to do online IPNS publishing and resolution dance. |
Placeholder for integrating with rewards for IPFS.
The text was updated successfully, but these errors were encountered: