📘 Description
To track when a new user is created on our platform, we will leverage Dojo Events by defining a new event that will be emitted during user creation.
For this issue, the scope is limited to the definition of the event only. The integration and actual emission of the event during user creation will be handled in follow-up issues.
✅ Acceptance Criteria
- A new
UserCreated event is defined following Dojo event standards
- Event includes relevant fields such as
user_id, address, and timestamp (to be confirmed with the team)
🌎 References
⚠ Read our contribution guidelines before applying.
📘 Description
To track when a new user is created on our platform, we will leverage Dojo Events by defining a new event that will be emitted during user creation.
For this issue, the scope is limited to the definition of the event only. The integration and actual emission of the event during user creation will be handled in follow-up issues.
✅ Acceptance Criteria
UserCreatedevent is defined following Dojo event standardsuser_id,address, andtimestamp(to be confirmed with the team)🌎 References
⚠ Read our contribution guidelines before applying.