Skip to content

KenatSF/Solidity_Multisig_Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Sig Wallet

Dependencies

  • Ganache CLI v6.12.2
  • Truffle v5.1.55
  • ethers v5.5.3

Resources

Multi signature

  • The contract receives the owners addresses inside the constructor function, also receives the confirmations number when it is deployed.

  • For every transaction within the contract, a minimum of confirmations must be achieved by the owners within a certain ETH price range in usd.