gnosis/MultiSigWallet

Name: MultiSigWallet

Owner: GNOSIS

Description: Allows multiple parties to agree on transactions before execution.

Created: 2017-08-17 13:56:11.0

Updated: 2018-05-24 17:05:33.0

Pushed: 2018-05-24 17:05:30.0

Homepage: https://github.com/gnosis/MultiSigWallet/releases

Size: 40639

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ethereum Multisignature Wallet

Join the chat at https://gitter.im/gnosis/MultiSigWallet

The purpose of multisig wallets is to increase security by requiring multiple parties to agree on transactions before execution. Transactions can be executed only when confirmed by a predefined number of owners. A web user interface can be found here.

Features
Being used by
Install
clone https://github.com/gnosis/MultiSigWallet.git
ultiSigWallet
install
Test
Run contract tests:
test
Run interface tests:
run test-dapp
Deploy
Deploy multisig wallet:
fle migrate <account1,account2,...,accountN> <requiredConfirmations>
Deploy multisig wallet with daily limit:
fle migrate <account1,account2,...,accountN> <requiredConfirmations> <dailyLimit>
Interface Releases

You can find binaries for OSX, Windows and Linux here

Limitations

This implementation does not allow the creation of smart contracts via multisignature transactions. Transactions to address 0 cannot be done. Any other transaction can be done.

Security

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

Deployed instances with significant funds
License

GPL v3


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.