-
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]: Implement a prime checker script #104
Comments
I'm Pete, a frontend developer who enjoys building smooth and engaging websites using JavaScript, and frameworks. Am also experienced in working with smart contracts.
ETA <= 10hrs |
Can i work on this? @coxmars How i will handle this
|
Can I get assigned to this task @coxmars |
May I take this up? I've been a Competitive Programmer, I'm specialist at codeforces and I'm also good at cairo. So this would be perfect issue for me. ETA: 24 hrs |
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, |
Hi, |
Hi. |
Let me try this one! |
May I handle this issue? Would love to tackle this! I am a Software Engineer with experience working with cairo. I will build a script that takes in any number, check if it is a prime number or not, and return a boolean depending on whether it is a prime number or not and also handle edge cases like 1 and negative numbers. I will send my first PR within 24 hrs if I am assigned this issue. Thank you! Thank you! |
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 take this issue on? |
Can I try solving this issue? Hi, my name is Matías Aguilar. I am a software development engineer with 1 year of experience in backend and some frontend. I am a maintainer of projects like RevolutionaryFarmers and StarShop, focusing on Smart Contracts using Rust, and I also have experience with Cairo, I was creating contracts for a project integrated into the Winter Hackathon and participating in the StarkNet Hacker House. I am passionate about design, which is why I enjoy UI/UX, and I have a natural ability to create effects or design anything that might be needed. Along with my team, I won first place in one of the tracks at the Eth Pura Vida hackathon. My experience in both frontend and backend enables me to carry out a wide variety of tasks to achieve set goals. I am also skilled in documentation, ensuring that the reading experience is clean, concise, and enjoyable for the reader. I apply various visual techniques to make the content engaging and appealing. I am a member of Dojo Coding, and I would really love to participate in the project with this issue. |
📘 Description
We need to implement a function that determines whether a given number is prime. A prime number is a natural number greater than 1 that is only divisible by 1 and itself. This implementation will be part of our mathematical utilities package.
✅ Acceptance Criteria
🌎 References
📜 Additional Notes
The text was updated successfully, but these errors were encountered: