Mouhamedtec / MultiSigWallet

Allows multiple parties to agree on transactions before execution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Allows multiple parties to agree on transactions before execution.


Languages

Language:Python 100.0%