diasjuniorr / tip-tweet

Tip Tweet is a hybrid dApp that provides a simple way to tip a tweet using Ethereum. Authors can claim their tips using their Twitter account. You only need the tweet URL to tip. 🚀 😎
https://tip-tweet.vercel.app/
23 stars 3 forks source link

Update tip to claimed=true once its been claimed #9

Closed diasjuniorr closed 2 years ago

diasjuniorr commented 2 years ago

At the moment we are listing all tips a user has received but we are not updating them to claimed once theyve been claimed. An idea would be to update a tip to claimed=true after its been claimed and then use a filter (!tip.claimed) when rendering the tips.