Skip to content

starc007/multisig-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSig Wallet

Every time you execute createMultiSigWallet it will create a new multisig wallet (deploy new contract)

  • Params for createMultiSigWallet : 1. array of addresses (EOA) , 2. threshold(no of signatures required to execute a transaction)

Contracts

  • FactoryMultisigWallet - use this contract to create new multisig wallets using createMultiSigWallet function
  • MultisigWallet contract contains all the functionalities required for a multisig wallet
  • Feature 3

🛠️ Tech Stack