Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.05 KB

Multi Signature Wallet

This MultiSigWallet has two access levels: admins and signers.

Admins can add or remove signers and admins as well as submit, sign, and execute transactions.

Signers can only submit and sign transactions.

On Testing

Tests written in Solidity. Tested both admin, signer, and foreign address access. Also tested submit, sign, and execution of transactions.

Built with dapp.tools.

References

General MultiSigWallet knowledge

Great resources for testing with dapp.tools