You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A privacy-first, non-upgradable ERC-4337 smart wallet for mobile crypto payments. Tiered security based on transaction value, social recovery via guardians, gasless transactions via paymasters, and hardware-bound passkey (P256/WebAuthn) authentication.
Current milestone: M6 complete — 443/443 tests pass, Sepolia E2E verified.
Next step: ./deploy-factory.sh sepolia to deploy M6 r3 factory, then integration tests.
Quick Start
forge build
forge test --summary # 443 tests
./deploy-factory.sh sepolia # deploy M6 factory (needs ../SuperPaymaster/.env.sepolia)
./deploy-factory.sh op-mainnet # deploy to OP Mainnet (cast wallet)
NEW — M1–M7 feature table, gas evolution charts, security industry comparison (vs Safe/ZeroDev/Coinbase/Argent), competitive analysis, gap analysis, multi-chain roadmap
forge build # compile
forge test# 443 unit tests
forge test --match-path test/SessionKeyValidator.t.sol -v # specific suite
forge test --summary # per-suite breakdown
Security
No upgradability — no proxy patterns; new features require new contract + user migration
Immutable guards — spending limits can only be tightened, never loosened