EVM
/evm27115
Discussions about the Ethereum Virtual Machine
AI agents are the hottest topic right now 🔥
But onchain infra is not ready to bring the best UX for everyone to make the most of it
We need choice, control and composability 💪
@walletconnect enables this with Smart Sessions!
Own your Wallet while your Agent does the work 🔐
But onchain infra is not ready to bring the best UX for everyone to make the most of it
We need choice, control and composability 💪
@walletconnect enables this with Smart Sessions!
Own your Wallet while your Agent does the work 🔐
Is there any Vyper chads who tried Moccasin? Is worth to learn it next year?
Evm nerds unite: Reduce the cost to deploy a new SCA by up to 20x by solving this one weird puzzle!
Ok, weird hackenstein way to reduce the cost to deploy a new smart contract:
Use EIP-7702 AUTH instead of deploying a smart contract using Nick's Method. Nick's Method allows an AUTH from a key that doesn't exist. That means 7702 provides an EVM-layer proxy contract alternative at around 1/10th the cost.
Use EIP-7702 AUTH instead of deploying a smart contract using Nick's Method. Nick's Method allows an AUTH from a key that doesn't exist. That means 7702 provides an EVM-layer proxy contract alternative at around 1/10th the cost.
Embedded wallets gave us a taste of the future onchain UX...
But it's built on fragmented infra that is not available everywhere
WalletConnect-powered Smart Sessions provide the same UX on any app, any wallet and any device
AI, Payments, Gaming and Social will be onchain soon!
But it's built on fragmented infra that is not available everywhere
WalletConnect-powered Smart Sessions provide the same UX on any app, any wallet and any device
AI, Payments, Gaming and Social will be onchain soon!
does anyone know if base supports transient storage yet
i wish there was a vscode/cursor extension that just read values from forge and gave you a UI for interacting with your deployed contracts easily. use run artifacts to grab deployed contract addresses and chain ids and just populate me a little sidebar like remix.
Writing Solidity for the first time in a minute.
Are Custom Errors still considered the way to go, or are we back to using Require?
Are Custom Errors still considered the way to go, or are we back to using Require?
am getting rekd by alchemy, what are some good cheaper alternatives?
am running a @ponder indexer that uses getTransactionReceipt to get transaction logs
(the code is here - excited to share/talk more once the backfill is done xD)
https://github.com/ExploreLabsxyz/agentscan-agentindexing
am running a @ponder indexer that uses getTransactionReceipt to get transaction logs
(the code is here - excited to share/talk more once the backfill is done xD)
https://github.com/ExploreLabsxyz/agentscan-agentindexing
Update: now the first party bridge seems to use events, which makes a lot more sense (they can be Merkle proven down from the block hash)
What is the easiest way to programmatically abstract bridging for users to gnosis chain?
Most bridging services ive used today don’t support gnosis very well 😢
Most bridging services ive used today don’t support gnosis very well 😢
Follow all ethereum wizards. Who did I miss?
https://warpcast.com/dcposch.eth/pack/Ethereum-Wizards-er27c4
https://warpcast.com/dcposch.eth/pack/Ethereum-Wizards-er27c4
EIP-7833: Scheduled function calls is really clever: it allows contracts to schedule callbacks for the next block natively. This has some of the properties of n+1 inclusion lists, as well as some stronger properties and some other use cases, but in the EL instead of the CL...
Here is my Devcon talk -- which includes fun PG tips. https://www.youtube.com/watch?v=WgBab6kamtg
There was a time when Ethereum did not have any L2s… it ran on Proof-of-Work… and gas prices were more volatile than a memecoin!
It’s really enjoyable to be onchain in 2024 🙌
It’s really enjoyable to be onchain in 2024 🙌
Good ux won’t save you
If your product solves a problem users will use it regardless of the ux
Ux matters when other solutions are competing for the same users. Most crypto products have not reached this stage yet
We need to build Netscape before we build arc browser
If your product solves a problem users will use it regardless of the ux
Ux matters when other solutions are competing for the same users. Most crypto products have not reached this stage yet
We need to build Netscape before we build arc browser
🔖 After devcon, added a lot of new EIPs to your reading list on EIP.Tools?
🔗 Now you can share them with others, so they can also read them!
Share yours below!
🔗 Now you can share them with others, so they can also read them!
Share yours below!
Hot takes on superchain erc20?
i see @proxystudio.eth is moving to this standard
https://docs.optimism.io/stack/interop/assets/superchain-erc20
i see @proxystudio.eth is moving to this standard
https://docs.optimism.io/stack/interop/assets/superchain-erc20
Whats the best way to set up a multisig wallet that is cross chain compatible?