- Support ERC-4337: Account Abstraction
- Modular design
- Social Recovery with Guardians
- Upgradability: The smart contract wallet can be upgraded in a secure way to add new features or fix vulnerabilities in the future
Install Foundry and Forge: installation guide
git clone <repo_link>
forge install
yarn build
yarn test
cp .env.example .env
yarn test:fork
yarn gas-report