mrmartin1998 / judo-dapp

0 stars 0 forks source link

JudoBeltStorage.sol #14

Closed mrmartin1998 closed 8 months ago

mrmartin1998 commented 8 months ago

This contract will be solely responsible for storing and managing the data related to users and their belt levels. It will provide functions to read and write this data but will not contain any business logic related to how these data operations are triggered.

Storage Contract (JudoBeltStorage)