Description
Your work is to identify issues if they are in the user_management contract, this is the first contract we need to include in the frontend project to get the user information. The contract should be able to build and deploy properly.
As contract requirement, it should be able to (at least) save a profile and get it back by the user address. If other functions are missing is not a problem by now. This 2 are priority to develop the integration.
Requirements
- Contract should use schema from the models
- CRUD operations required (omit a delete)
If the current state of the project isworking and deploy is already done (check documentation) then just make terminal invocations to the contract in testnet with a dummy account, showing that it works properly fro both saving and retrieving data.