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

be able to claim all tips in a single transaction #4

Open sibelius opened 2 years ago

sibelius commented 2 years ago

image

diasjuniorr commented 2 years ago

This is a rather complex task. We will have to change the current contract. One idea would be to create a function that loops thru all the signatures sent to the contract, concatenate all the amounts donated and send them in a single transaciton to the address that is claiming the tips.

ps: we have to be cautious with unbounded loops.