Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

Readme.md

File metadata and controls

18 lines (12 loc) · 1.05 KB

MultiSig Wallet - Decentralized Application

Deployed at Vercel: https://dapp-multisig.vercel.app/

MultiSig Wallet - A wallet in which you can only make a transaction if multiple people (approvers) agree on the transaction | Solidity | NextJS | Truffle | Goerli (Testnet).

Features:

  • No new account can be added to this MultiSig wallet and it's done on purpose.
  • Anybody can send ether to the address of the wallet to add balance to the wallet.
  • Only approvers are allowed to create new transfer requets
  • A transaction request is completed if enough number (i.e., quorum) of people approve the transaction request.
  • Anybody can view the balances of all the accounts directly by tapping on the Show Account Balances button.

image

image

image