Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 934 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 934 Bytes

Multisignature Wallet

Allows multiple parties to agree on transactions before execution. Allows to add and remove owners and update the number of required confirmations.

Install

git clone https://github.com/ConsenSys/MultiSigWallet.git
cd MultiSigWallet
vagrant up

Test

Run test:

cd /vagrant/
python -m unittest tests.test_multisig_wallet

Security

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Reviewers

The following people have reviewed the code at the time of the linked commit:

License

GPL v3