Content pfp
Content
@
0 reply
0 recast
2 reactions

phil pfp
phil
@phil
Functionality I deeply want: the ability for smart contracts to take action based on certain onchain events For example: if wallet A sends ETH to wallet B, smart contract does X Is this possible today / is anyone working on this?
3 replies
0 recast
9 reactions

Idan Levin ๐ŸŽฉ pfp
Idan Levin ๐ŸŽฉ
@idanlevin
It's called event based smart contracts, basically allowing smart contracts to subscribe to on chain events Found some research here: https://ethresear.ch/t/event-driven-smart-contract-development/3047 I think there have been attempts, but the issue is that it introduces a lot of complexity to the VM
3 replies
0 recast
5 reactions

moritz ๐Ÿ’ง๐Ÿ”‘ pfp
moritz ๐Ÿ’ง๐Ÿ”‘
@moritz
The closest to this I'm aware of is offchain hooks that trigger other onchain actions, like: https://docs.tenderly.co/web3-actions/intro-to-web3-actions
1 reply
0 recast
1 reaction

โ€‹woj โ€” q/dau pfp
โ€‹woj โ€” q/dau
@woj.eth
one way to do it is to implement a function that a searcher can call once the condition is met and get rewarded for it very expensive on mainnet and/or without token emissions tho
1 reply
0 recast
1 reaction