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.