{"id":16417279,"url":"https://github.com/gnosis/MultiSigWallet","last_synced_at":"2025-10-26T20:30:30.550Z","repository":{"id":37396714,"uuid":"100609103","full_name":"gnosis/MultiSigWallet","owner":"gnosis","description":"Allows multiple parties to agree on transactions before execution. ","archived":true,"fork":false,"pushed_at":"2021-08-24T15:56:50.000Z","size":43129,"stargazers_count":1085,"open_issues_count":98,"forks_count":771,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-12-22T18:04:46.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/gnosis/MultiSigWallet/releases","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnosis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-17T13:56:11.000Z","updated_at":"2024-12-18T16:21:28.000Z","dependencies_parsed_at":"2022-07-08T16:47:14.259Z","dependency_job_id":null,"html_url":"https://github.com/gnosis/MultiSigWallet","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnosis%2FMultiSigWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnosis%2FMultiSigWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnosis%2FMultiSigWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnosis%2FMultiSigWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnosis","download_url":"https://codeload.github.com/gnosis/MultiSigWallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T07:11:24.579Z","updated_at":"2025-10-26T20:30:24.873Z","avatar_url":"https://github.com/gnosis.png","language":"JavaScript","readme":"Ethereum Multisignature Wallet\n===================\n\n## This repo has been deprecated and replaced by Safe Multisig. Please find the Safe repository here: https://github.com/gnosis/safe-contracts\n\n### An instance of Multisig website is available on IPFS at: https://ipfs.infura.io/ipfs/QmfRD4GuqZobNi2NT2C77a3UTQ452ffwstr4fjEJixUgjf\n\n[![Join the chat at https://gitter.im/gnosis/MultiSigWallet](https://badges.gitter.im/gnosis/MultiSigWallet.svg)](https://gitter.im/gnosis/MultiSigWallet?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThe 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](/dapp).\n\n**NOTE:** Not compatible with current NodeJS LTS. Recommended NodeJS version is v6.17.1 (last LTS for v6).\n\nFeatures\n-------------\n\n- Can hold Ether and all kind of tokens with multisig support\n- Easy to use offline signing (cold wallet) support\n- Integration with web3 wallets (Metamask, Mist, Parity, etc)\n- Transaction data and log decoding, makes transactions more readable\n- Interacting with any contracts with UI support\n- Hardware wallet support (Ledger Wallet)\n- Optional email notifications when an event is triggered or you are required to sign a transaction\n\nBeing used by\n-------------\n- [Aragon](https://aragon.one/)\n- [Bancor](https://www.bancor.network/)\n- Brace\n- [District0x](https://district0x.io/)\n- [Golem](https://golem.network/)\n- [MysteriumNetwork](https://mysterium.network/)\n- [Weifund](http://weifund.io/)\n- StabL\n\nInstall\n-------------\n```\n# For Ubuntu/Debian you need to install libusb development headers\napt install -y libusb-1.0-0-dev\n\ngit clone https://github.com/gnosis/MultiSigWallet.git\ncd MultiSigWallet\n\n# Latest NodeJS (v12.13.0) does NOT appear to work correctly.\n# You should use NVM and install Node v6.17.1 for best results: https://github.com/nvm-sh/nvm\n# Tested by @Privex on 2019-Nov-06 with v6.17.1 with success\nnvm install v6.17.1\n\n# node-gyp is required for 'npm install' to work correctly\nnpm install node-gyp\n\nnpm install\n```\n\nTest\n-------------\n### Run contract tests:\n```\nnpm test\n```\n### Run interface tests:\n```\nnpm run test-dapp\n```\n\nDeploy Contracts\n-------------\n### Deploy multisig wallet:\n```\ntruffle migrate \u003caccount1,account2,...,accountN\u003e \u003crequiredConfirmations\u003e\n```\n### Deploy multisig wallet with daily limit:\n```\ntruffle migrate \u003caccount1,account2,...,accountN\u003e \u003crequiredConfirmations\u003e \u003cdailyLimit\u003e\n```\n\nDeployed instances with significant funds\n-------------\n- Aragon [0xcafe1a77e84698c83ca8931f54a755176ef75f2c](https://etherscan.io/address/0xcafe1a77e84698c83ca8931f54a755176ef75f2c)\n- Bancor [0x5894110995b8c8401bd38262ba0c8ee41d4e4658](https://etherscan.io/address/0x5894110995b8c8401bd38262ba0c8ee41d4e4658)\n- Golem [0x7da82c7ab4771ff031b66538d2fb9b0b047f6cf9](https://etherscan.io/address/0x7da82c7ab4771ff031b66538d2fb9b0b047f6cf9)\n- MysteriumDev [0x7e6614722614e434c4df9901bab31e466ba12fa4](https://etherscan.io/address/0x7e6614722614e434c4df9901bab31e466ba12fa4)\n- District0x [0xd20e4d854c71de2428e1268167753e4c7070ae68](https://etherscan.io/address/0xd20e4d854c71de2428e1268167753e4c7070ae68)\n\nInterface Releases\n------------------\nYou can find binaries for OSX, Windows and Linux [here](https://github.com/gnosis/MultiSigWallet/releases)\n\nLimitations\n-------------\nThis implementation does not allow the creation of smart contracts via multisignature transactions.\nTransactions to address 0 cannot be done. Any other transaction can be done.\n\nSecurity\n-------------\nAll contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense\n-------------\n[LGPL v3](./LICENSE)\n\nFAQ\n-------------\n### How to set a custom Ethereum Node?\nYou can specify a custom Ethereum Node endpoint by going to `settings` page. Click on `Ethereum Node` dropdown menu and select `Custom configuration`, this would make the Ethereum node's field editable. Please write your new endpoint there. Remember, if `Web3 Provider` is set to `Default (Metamask, Mist, Parity)`, Multisig will use the Ethereum Node endpoint coming with the Web3 Provider, so in that case go to your injected Web3 Provider (Metamask for instance) and update/switch your Ethereum Node endpoint.\n\n### I've imported a Multisig address or a contract address into address book but it gets detected as a EOA\nMake sure you're connected to the same network your Multisig/contract was created on, if you created it on Mainnet, you should then connect to Mainnet in order to let the system detect its type correctly.\n\n\n","funding_links":[],"categories":["JavaScript","Libraries"],"sub_categories":["Standard contracts"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnosis%2FMultiSigWallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnosis%2FMultiSigWallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnosis%2FMultiSigWallet/lists"}