TobiasBK / MultiSigWallet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Solidity 99.3%Language:Makefile 0.7%