mubarak23 / chainevents-contracts

cairo contract implementation for chainevents
1 stars 2 forks source link

Upgrade event Function #23

Open mubarak23 opened 2 hours ago

mubarak23 commented 2 hours ago

as an event owner, i should be able to update my event to paid event

codeZe-us commented 2 hours ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Mid - level Cairo Developer

How I plan on tackling this issue

  1. Check Ownership: I will make sure event owner can call the update function.
  2. Update Event: I will modify event details to set it as a paid event and specify the fee.
  3. Emit Event: Then, I will log the update with an event emission.