Skip to content

sahilrajput03/dapp-multisig-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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