This Solidity program is a full stack "Account Abstraction Wallet" program that impliments the factory contract model to allow individuals create a personalized and recoverable account abstraction wallet.
This program is a simple contract written in Solidity, a programming language used for developing smart contracts on the Ethereum blockchain. The contract is a factory contract that deploys new instances of an account abstraction wallet for individuals, these wallet have a defined recovery method to restore ownership of the wallet by implementing trusted parties who can help vouch for you durig account recovery situations.
https://erc-4337-account-abstraction-wallet.vercel.app/
- CREATE A WALLET.
- TRANSACT USING YOUR WALLET (TRANSFER, DEPOSIT, EXECUTE OPERATION).
- REQUEST FOR ACCOUNT RECOVERY / AUTHORIZE RECOVERY
Idogwu Chinonso @scrollHacker
This project is licensed under the MIT License - see the LICENSE.md file for details