Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 514 Bytes

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.