-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ludo Game Contracts: Improve function signatures #140
Comments
Can I attempt this issue? |
May I take this issue on? i am an active contributor in the starknet and ethereum ecosystem I have a robust experience working on Rust, having contributed to Dojo, AFK, and written tons of Cairo contracts and even built a dojo game ETA- 2 days |
I'd be happy to work on this issue. I've been learning cairo through NodeGuardians, have completed Starklings, and have had the occasion to work on some Cairo projects. I will soon participate in the Starknet Denver Hacker House, and I think that this issue would be great for me to practice my skills and further improve. I hope you'll consider my application, thanks in advance ! |
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. |
i would like to take this issue i will make more arguments in the function signature, with match pattern to handle the cases ETA : 1 day |
Can I take this from here? |
Can I take care of this issue? |
Can I be assigned to this? |
Hi, |
I'd be happy to do this. |
Gm dev Stark. Could I be assigned this issue? I shall implement this as stated as I have already gone through the code. And I shall fix all test cases to implement this new feature and make sure they pass successfully. I'll communicate on discord if I have any questions sir. |
Could I grab this task? |
Could I be assigned to this? |
Hello Team, My name is SuperFranky, and I am excited to be participating in the first edition of ODBoost. I am a frontend and blockchain developer with over 3+ years of experience and have contributed to a variety of interesting projects in the Web3 space. My expertise in React, Next.js, Solidity, Cairo, responsive design, and an array of other programming languages makes me confident in delivering high-quality solutions. I have contributed to and hacked on several blockchains, including Base, Arbitrum, Scroll, Ethereum, Stellar, and StarkNet, which has deepened my understanding of blockchain ecosystems and development. I am passionate about contributing to open-source Web3 projects and committed to delivering exceptional results. Thank you for considering my application. |
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. |
All yours @FrankiePower. We expect a draft PR on the next 36 hours. Thanks! |
Hi @FrankiePower , any updates on this issue pls? Otherwise we will give the opportunity to solve this issue to other applicant |
Could I try solving this? |
Hi @gianalarcon, Plan:
ETA:I estimate completing the task within 2 days, including implementation, testing, and reviewing the code for additional improvements. |
Can I take this issue? |
Issue Overview
Some functions need to refactor, we have fn create_session
Currently when we play ludo we have 2 options,
play with token
orplay for free
, if we play with token, we have to pass thetoken address
and theamount
, if we play for free we have to input zero on both fields, and it is not a good way to handle the free option game playProposed Solutions or Ideas
optional
match
pattern to handle theSome
andNone
casesThe text was updated successfully, but these errors were encountered: