GithubHelp home page GithubHelp logo

solidml / multisigwallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orbs-network/multisigwallet

0.0 0.0 0.0 39.01 MB

Allows multiple parties to agree on transactions before execution.

Home Page: https://wallet-website.gnosis.pm/

Shell 0.05% JavaScript 28.53% Python 9.01% CSS 52.21% HTML 10.20%

multisigwallet's Introduction

Ethereum Multisignature Wallet

Allows multiple parties to agree on transactions before execution. Allows to add and remove owners and update the number of required confirmations. A web user interface can be found here.

Install

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

Test

Run single test:

cd /vagrant/contracts/
python -m unittest tests.test_multisig_wallet

Run all tests:

cd /vagrant/contracts/
python -m unittest discover tests

Deploy

Remember to change owner addresses in the respective JSON file before deployment!

Deploy multisig wallet:

cd /vagrant/contracts/
python deploy.py -f deploy/MultiSig.json

Deploy multisig wallet with daily limit:

cd /vagrant/contracts/
python deploy.py -f deploy/MultiSigWithDailyLimit.json

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.

Reviewers

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

Deployed instances with significant funds

License

GPL v3

multisigwallet's People

Contributors

denisgranha avatar georgi87 avatar giacomolicari avatar ethers avatar adrion avatar lbeder avatar rmeruane avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.