/MultiSigWallet

Multi-signature wallet with access control divided between admins and signers

Primary LanguageSolidity

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