Description
Allow registered users to update their avatar URI in the user registry contract.
Files to Edit/Create
contracts/contracts/user_registry/src/lib.rs
Acceptance Criteria
- Require authorization from the user's address.
- Store the avatar URI mapping successfully.
Guidance / Hints
Call user.require_auth() before writing update.
Description
Allow registered users to update their avatar URI in the user registry contract.
Files to Edit/Create
contracts/contracts/user_registry/src/lib.rsAcceptance Criteria
Guidance / Hints
Call
user.require_auth()before writing update.