{"id":29040721,"url":"https://github.com/pushchain/push-multisig","last_synced_at":"2025-10-30T22:34:13.867Z","repository":{"id":103176425,"uuid":"298297376","full_name":"pushchain/push-multisig","owner":"pushchain","description":"Multisig PUSH Contract for Funds","archived":false,"fork":false,"pushed_at":"2020-10-27T20:34:40.000Z","size":44823,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T13:54:05.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/pushchain.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-24T14:04:19.000Z","updated_at":"2022-10-18T17:44:49.000Z","dependencies_parsed_at":"2023-03-09T18:45:57.072Z","dependency_job_id":null,"html_url":"https://github.com/pushchain/push-multisig","commit_stats":null,"previous_names":["push-protocol/push-multisig","pushchain/push-multisig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pushchain/push-multisig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-multisig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-multisig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-multisig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-multisig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pushchain","download_url":"https://codeload.github.com/pushchain/push-multisig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushchain%2Fpush-multisig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281896452,"owners_count":26580134,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-06-26T14:36:38.057Z","updated_at":"2025-10-30T22:34:13.839Z","avatar_url":"https://github.com/pushchain.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ethereum Multisignature Wallet\n===================\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushchain%2Fpush-multisig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushchain%2Fpush-multisig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushchain%2Fpush-multisig/lists"}