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 0xd496F5C1be29b31D6748507E5E428e38f0F71798
SimpleTeamAccountFactory.sol 0xa9F58948f7ce0f603091537e1f484825f97321b5

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

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.7%
  • TypeScript 47.4%
  • Other 0.9%