Skip to content

A simple account variant for teams that require a shared treasury.

License

Notifications You must be signed in to change notification settings

stackup-wallet/simple-team-account

 
 

Repository files navigation

Simple Team Account

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

Usage

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

About

A simple account variant for teams that require a shared treasury.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 51.1%
  • TypeScript 48.0%
  • Other 0.9%