-
Notifications
You must be signed in to change notification settings - Fork 17
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
Smart Contract Model Player and Establish Relationship with Beasts #55
Comments
Hi, |
Hi, I'm Lau Chaves from Dojo. I'm learning about smart contracts. During the last hackathon, I worked on another project testing smart contracts. I'd like to work on this one so I can keep learning about them. I'll create the struct for the player, the functions, and the tests! |
Can I attempt this issue? |
Mind if I try this one? |
may i start working on this @jimenezz22 ? background: cairo dev with 5 months of experience and regular contributor at @keep-starknet-strange eta: 2 days |
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. |
Can I take care of this issue? |
To address this issue, I will define a Player structure that includes the player’s address, balance, and a list of associated Tamagotchis. A mapping will link player addresses to their corresponding data. The smart contract will include functions to add a new player, assign new Tamagotchis to the player, and ensure proper functionality with unit tests to validate the process. |
May I handle this issue? |
@lauchaves It's assigned! let me know or @danielcdz If need any help |
Awesome thanks! I'll keep u posted |
Smart Contract
Player
structure that includes the player's address, balance, and a list of Tamagotchis.The text was updated successfully, but these errors were encountered: