-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build an identity contract for Hylé with WebAuthn #1
Comments
Holla i'm Martin, I'm a frontend developer who enjoys building smooth applications to pixel perfect and engaging websites using JavaScript, typescript and frameworks(React, nextjs, tailwindcss etc.) and i have contributed to other projects that have been merged. |
My backgroundI'm a software engineer and passionate about solving problems, I've been contributing to open source software for a few months and it's an experience that has taught me a lot and I really like to contribute to other projects. I am a member of the Dojo Coding community⛩️. I will dedicate all my effort to complete this issue in the best way. |
May I handle this issue? i am a blockchain developer with experience in cairo, HTMl, python , javascript , typescript etc.. |
Holla i'm Vestor, I'm an experienced frontend developer and a smart contract developer and i would love to take on this issue. |
May I take care of this? |
Proposal to Work on the IssueI am eager to contribute to this issue and believe I am well-suited for the task, given my extensive experience in Cairo programming and building decentralized applications on StarkNet. My expertise spans across multiple domains crucial for this implementation:
Why Assign This to Me?I have a track record of delivering high-quality solutions efficiently, with a deep understanding of smart contract security, decentralized architectures, and full-stack development. My ability to bridge frontend, backend, and blockchain components ensures a well-rounded, optimized solution. Estimated TimelineI anticipate delivering a fully functional solution within 2 days. Please let me know if I can proceed. I am excited about the opportunity to contribute and look forward to collaborating! Best regards, |
I have some experience with Risc Zero. Would love to tackle this |
Hi, I’m Juan Diego Carballo, a software engineer with over a year of experience in blockchain projects, including smart contract development and wallet integration. I’ve worked on projects like ByteBeasts and contributed to open-source projects on OnlyDust, focusing on front-end and blockchain integration. I’m confident I can deliver a WebAuthn-based identity contract for Hylé. Relevant Experience:
Approach:
Resources: Availability: |
Application for ContributionI am excited about the opportunity to contribute to this issue and am confident that my expertise aligns well with the requirements. With a strong background in Cairo programming and decentralized application development on StarkNet, I bring a well-rounded skill set to deliver an effective solution. Relevant Expertise
Why Consider My Application?My proven track record of delivering high-quality, optimized solutions in blockchain and full-stack development sets me apart. I have a deep understanding of smart contract security, decentralized architectures, and the synergy between frontend, backend, and blockchain layers—ensuring a seamless and efficient implementation. ETAI expect to have a working solution ready within 48 hours. Please let me know if I can proceed with the implementation. |
Hey, I'm a sofware developer with knowledge of react and rust and want to contribute to the issue. To address this issue, I would |
I'm a Blockchain developer, proficient in Cairo, Rust, TypeScript, testing, designing continuous integration and continuous deployment pipelines.. |
Hi, please can I be assigned this please? I am a returning contributor and I would love to be given the opportunity to solve this issue please. I have experience in html, css, JavaScript, TypeScript, cairo and rust. |
WebAuthn is a web standard aiming to standardize user authentication using passkeys.
Implementing WebAuthn verification means verifying proof of a P256 signature. Use Hylé to enable a verified authentication that creates a state transition. Hylé's pipelined proving allows you to build your challenge onchain without depending on a server.
Contributor guidelines
Please read our contributor guidelines on how to apply. Applications that don't follow these guidelines will not be accepted.
Suggested way to solve
The contract is deployed on Hylé with defined parameters (origin, type of alg/curve used, etc.).
tx hash
back to the user, which will be used as the challenge.tx hash
is enforced to be the same as the public input used in the message verification.Resources
hydentity
contract.The text was updated successfully, but these errors were encountered: