KenatSF / Solidity_Multisig_Wallet

ETH management

Repository from Github https://github.comKenatSF/Solidity_Multisig_WalletRepository from Github https://github.comKenatSF/Solidity_Multisig_Wallet

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.

About

ETH management


Languages

Language:JavaScript 62.4%Language:Solidity 37.6%