Unified Account Abstraction SDK & Tools
Compared to EOA Wallet like Metamask, EIP4337 Contract Wallet has large advantages, such as:
- No need to keep private key
- Custom ways to pay for gas
- Friendly to all users, make mass adoption possible
So we decide to embrace the promising account standard EIP4337 and build unified account abstraction SDK & tools for developers.
- Efforts for explorations in new area
- Difficulty for developing infrastructure
The values we hold are listed as below:
- Create values by providing new tools for abstract account developers and users
- Open source what we build for mass adoption and improvement by community
We are building sdk which has following functions:
- EIP4337 Paymaster support which help user transact gaslessly
- EIP4337 account recovery support to better manage security
- Implementing unified account standard for account authority management
- Develop sdk which is: 1.1 easy to use API for dev. 1.2 customize acc contracts 1.3 wrap modules like eoa, paymaster, recovery
- Wrap sdk into React which provide use base widgets and can be used to connect to wallets
- Build developer tools like scaffold which help users start app out of the box and friendly to mobile
Run preprocess
to compile and run tsc build for each packages, in order to be reference correctly
SDK updated
pnpm i && pnpm run preprocess
pnpm hardhat-node
pnpm hardhat-deploy --network localhost
pnpm bundler --unsafe
pnpm runop --deployFactory # run op without paymaster
pnpm runopweth --deployFactory # run op with wethpaymaster
pnpm runopusdt --deployFactory # run op with usdpaymaster
pnpm runopfixed --deployFactory # run op with fixedspaymaster
pnpm runopgasless --deployFactory # run op with verifyingpaymaster
- Write Tutorials for account abstraction developers
- Create develper DAO to build togETHer.