Skip to content

Allows multiple parties to agree on transactions before execution.

Notifications You must be signed in to change notification settings

ethers/MultiSigWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages