Stephan pfp
Stephan
@stephancill
just used 7702 to solve a micropayments problem by delegating to a contract that emits an ETHReceived event took me 5 mins to write and deploy a contract in remix and 5 minutes to create an authorization with viem takeaways: 1. eth transfer event logs should really be a thing natively 2. god bless ethereum tooling
5 replies
8 recasts
86 reactions

christopher pfp
christopher
@christopher
7702 wallet so we can delegate pubkeys between clients 🤔
1 reply
0 recast
4 reactions

Stephan pfp
Stephan
@stephancill
There are like 5 different ideas you could be talking about here - for what specifically are you referring to?
1 reply
0 recast
3 reactions

christopher pfp
christopher
@christopher
Contracts can't easily react to incoming ETH without custom receive() function. You'll have multiple verified addresses but indexing on all is unnecessary here. We want to share those events amongst the clients.
1 reply
0 recast
2 reactions

christopher pfp
christopher
@christopher
Use one EOA for a tipping client that manages/records tips, one for social, etc. all using the same 7702 delegator.
0 reply
0 recast
2 reactions