The smart contract repository to the Mind Block game.

1 Open Issue Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI 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

The smart contract repository to the Mind Block game.

Cairo