Open Issues Need Help
View All on GitHubAI Summary: Refactor the `player` smart contract in a Cairo project to replace the outdated `LegacyMap` storage with the newer, more efficient `Map` structure. This involves updating the contract's storage, read/write operations, and ensuring all tests pass after the change. The goal is to improve code maintainability and compatibility with Cairo 1.0+.
Complexity:
3/5
good first issue cairo