-
Notifications
You must be signed in to change notification settings - Fork 51
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
[FEAT]: Add ownable component #102
Comments
Can i work on this? @danielcdz How i will handle this?
|
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. |
May I take care of this? |
Hi! Dojo here⛩️ I had contributed to Starkiro on the issue of create a random number generator contract. Also I have experience working with Ownable components -> I implemented openZeppelin Ownable component for some contracts on Landver project. This issue was based on incorporate the OZ Upgraddable component, which requires an Ownable component implementation and a good understanding of how this works. This is how I will proceed with this issue:
Of course I will follow the instructions you provide about where to write the contract, add an screenshot to the PR, etc. I'm attentive :) |
Could I grab this task? |
hi im dojo member ETA 2 days how to solve? -see the reference and replicated that in your contract |
Hello, I'm a front-end and a blockchain developer and I will love to tackle this issue, providing the required solution by creating an Ownable Component for implementing access control where necessary in the entire contract. |
Mind if I take this issue? |
Can I take this issue? |
Proposal to Work on the IssueI would be delighted to contribute to this issue, as I have extensive experience with Cairo programming and developing decentralized applications on StarkNet. Estimated TimelineI anticipate delivering a working solution within the next 24 hours. Please let me know if I can proceed. Looking forward to contributing and collaborating! Best regards, |
I am applying through the onlydust platform. |
I’d like to work on this. |
Is it okay if I tackle this? Also, I'm a member of the community Dogo Coding |
I’d love to work on this task and contribute to the project. I’ll be participating in the ETHDenver hackathon, and I see this as a great opportunity not only to help improve the project but also to grow my skills by tackling this issue. |
May I try my hand at this? |
I'd love to give this a go :). ETA is 1 day. |
📘 Description
To expand the examples provided in our codebase, we need to add reusable components. As a starting point, we aim to implement an Ownable component. You can use this as a reference: [Starknet by Example: Ownable](https://starknet-by-example.voyager.online/components/ownable).
Instructions:
modules
directory in the codebase.ownable_component
.✅ Acceptance Criteria
modules/ownable_component
directory.🌎 References
📜 Additional Notes
The text was updated successfully, but these errors were encountered: