/multisig

Solidity application - Multi sig wallet.

multisig

Solidity application - Multi sig wallet.

The wallet owners can

submit a transaction
approve and revoke approval of pending transactions
anyone can execute a transaction after enough owners has approved it.
  1. Wallet contract
  2. Contract to test sending transactions from the multi-sig wallet