-
Notifications
You must be signed in to change notification settings - Fork 39
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
New Standard: Decentralized identifiers (DIDs) on Flow - Milestone 4 #114
Conversation
Awesome!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully tested securely updating a Flow-based DID document 💥
Congratulations on completing Milestone 4!
Awesome demo @mwufi ! Really great stuff here :) |
@mwufi Thanks for your submission, we wanted to provide you with a final round of feedback, to help guide you if you are considering continuing to work on the project. Completeness: The project is mostly complete, and fulfills the requirement of creating a POC for producing DIDs using Flow. We would have liked to see a more complete Scope: Overall the scope of what you attempted was ambitious (that’s a good thing). There was no requirement to create a name service for Flow users. As there is already an existing Flow name service (FlowNS), we wont be able to support this project as an alternative, as it might cause confusion. Next steps: We would love to see you continue working on this project, and will be able to offer some ongoing support if you decide to take the following direction, while re-using as much of the work you’ve already done: Simplify the DID itself, and remove the name-service functionality.
After looking at DID implementations on other blockchains like Ethereum, Solana and NEAR (inc. links), we think it's possible to simplify your solution to serve a wider degree of use cases on Flow. In short, by using resource interfaces and the security properties of the Cadence account model, it should be possible to attach a DID to any resource (e.g. an NFT) on Flow. We'll follow up with more feedback and details related to this point. To create account DIDs for Flow, (which could then be extended to include names or NFTs as you imagined) examine: Thanks again for your efforts. We hope you’ll decide to build on what you learned, and will continue to help us build out DID infrastructure for Flow, based on the suggestions we’ve made above. |
@10thfloor Thanks a lot for the additional feedback!! I definitely think there's going to be some iteration before we identify the right niche for this implementation. Do you mind if I reach out on Discord? :D
Overall, I think the fundamental architecture could be improved -- planning to revamp it in a week or two. The next iteration will probably support better keypair management, NFT-ownership, and more structured off-chain data!
Maybe we can start some kind of Discord chat about DIDs! Looking forward to moving this forward!! Also thanks for your help!! (literally went from 0 knowledge of DIDs to... a tiny nonzero quantity haha) |
Will think about interfaces.... I think it will be game changing to have it be more extensible.. happy thanksgiving, everyone! |
Why did we stop? |
New Standard: Decentralized identifiers (DIDs) on Flow - Milestone 4
Description
This PR is for issue #17 (#17)
Submission Links & Documents
Notion Blog
Demo App Walkthrough
You can modify the DID contents by changing the metadata!
Live Demo on netlify
Github repo
Requirements Check
Other Details