Programmable Smart Wallet
What is a PROGRAMMABLE smart wallet
What is a Smart Wallet?
A Smart Wallet is a smart contract-based wallet adhering to the ERC-4337 standard.
Ethereum supports two main types of accounts for managing assets in blockchain: Externally Owned Accounts (EOAs) and Contract Accounts. A smart account is a wallet controlled by a contract account rather than an EOA. Unlike traditional wallets, smart accounts do not require private keys or seed phrases. They depend on code to secure and recover wallet information.
A smart account is accessed using a 'key' - a personal account. This key can range from a MetaMask wallet to an In-App Wallet and serves as a method to 'sign in' to the wallet.
To make account PROGRAMMABLE Ditto enables the installation of Ditto Automate Module that allows the storage of the calldata and its deferred execution in a flexible manner.
Account Types
Ditto offers the integration for any erc7579 compatible account, regardless of their origin:
Zero Dev Kernel - https://docs.zerodev.app/sdk/core-api/create-account
others
Users of 7579 accounts can install the Ditto Automation Module on their smart accounts like this
Or like this as expanded in ditto JS SDK:
Last updated