This repository is a fork of eth-infinitism/account-abstraction for implementing a SimpleAccount variant for the Stackup platform.
| Contract | Address |
|---|---|
SimpleTeamAccount.sol |
0x83e759DF2550d0cB1714F095D208aD7225FDa56a |
SimpleTeamAccountFactory.sol |
0x080ACC9E07deb1E9Ef351281a01079b0f717BCBF |
Before being able to run any command, you need to create a .env file and set your environment variables. You can
follow the example in .env.example.
Install dependencies:
yarn installCompile contracts:
yarn compileDeploy SimpleTeamAccountFactory:
yarn run deployDeploy P256 verifier (if not yet deployed):
yarn hardhat deploy_p256_verifier