Steve pfp
Steve
@sdv.eth
A year ago this was just a joke. It was right before $degen and the craziness that ensued this year. Incidentally, the engagement on the cast got me highly ranked on the first degen airdrop. To pay some of it forward I just sent the 225 people who replied 1 million $swords each. Merry Christmas!
18 replies
8 recasts
64 reactions

czar  pfp
czar
@czar
technically, how does one do a massdrop like this?
1 reply
0 recast
2 reactions

Steve pfp
Steve
@sdv.eth
1. Scrape all the addresses from the replies (I used my desktop browser to use inspector, document.querySelectorAll, [...].map((el) => innerText).join(',') 2. Clean up in your favorite text editor 3. Get an LLM to generate a simple script to resolve ENS names (will likely need to make an account on Alchemy) 4. Add token amount after every entry, separated by a comma 5. Paste the cleaned up list of Ethereum addresses to drop.gaslite.org (which I think is a multichain fork of disperse.app) 6. Approve and send!
2 replies
0 recast
9 reactions