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 install
Compile contracts:
yarn compile
Deploy SimpleTeamAccountFactory
:
yarn run deploy
Deploy P256 verifier
(if not yet deployed):
yarn hardhat deploy_p256_verifier