{"id":19871256,"url":"https://github.com/mahdizarrei/multisigwallet","last_synced_at":"2026-06-03T20:31:32.880Z","repository":{"id":253232288,"uuid":"842874422","full_name":"mahdiZarrei/MultiSigWallet","owner":"mahdiZarrei","description":"MultiSigWallet is a multi-signature wallet that enhances transaction security by requiring multiple parties to approve a transaction before it is executed. This project allows you to execute transactions only when a specified number of owners have approved them.","archived":false,"fork":false,"pushed_at":"2024-08-15T10:00:09.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-24T04:06:25.261Z","etag":null,"topics":["erc1155","erc20","erc721","hardhat","multisig-wallets","smart-contracts","wallet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahdiZarrei.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,"publiccode":null,"codemeta":null}},"created_at":"2024-08-15T09:33:31.000Z","updated_at":"2024-08-15T10:08:35.000Z","dependencies_parsed_at":"2024-08-15T11:32:41.792Z","dependency_job_id":null,"html_url":"https://github.com/mahdiZarrei/MultiSigWallet","commit_stats":null,"previous_names":["mahdizarrei/multisigwallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahdiZarrei/MultiSigWallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdiZarrei%2FMultiSigWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdiZarrei%2FMultiSigWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdiZarrei%2FMultiSigWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdiZarrei%2FMultiSigWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahdiZarrei","download_url":"https://codeload.github.com/mahdiZarrei/MultiSigWallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahdiZarrei%2FMultiSigWallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33878990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"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":["erc1155","erc20","erc721","hardhat","multisig-wallets","smart-contracts","wallet"],"created_at":"2024-11-12T16:11:45.530Z","updated_at":"2026-06-03T20:31:32.864Z","avatar_url":"https://github.com/mahdiZarrei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultiSigWallet\n\n![MultiSigWallet image](./pic/MultiSigWallet.jpg)\n\nThis project implements a MultiSigWallet smart contract using Hardhat. A MultiSigWallet is a type of cryptocurrency wallet that requires multiple signatures to authorize a transaction. This increases security by ensuring that no single party can unilaterally control the funds.\n\n## Overview\n\nA MultiSigWallet is akin to a bank vault that requires multiple keys to open. In this setup, you can specify how many keys are needed to authorize a transaction. For example, in a 2-of-3 MultiSigWallet, any two out of three designated key holders must sign a transaction for it to be executed. This setup is commonly used by organizations, investment funds, and crypto exchanges to enhance security and distribute control over funds.\n\n## Prerequisites\n\n- Node.js (version 14 or higher)\n- npm or yarn\n- Hardhat\n\n## Installation\n\nClone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/mahdiZarrei/MultiSigWallet.git\ncd MultiSigWallet\nnpm install\n# or\nyarn install\n```\n\n## Configuration\n\nCreate a `.env` file in the root directory and set the following variables:\n\n```plaintext\nPRIVATE_KEY=your_private_key\nINFURA_PROJECT_ID=your_infura_project_id\n```\n\n## Compilation\n\nTo compile the smart contracts, run:\n\n```bash\nnpx hardhat compile\n```\n\n## Testing\n\nTo run the tests, use:\n\n```bash\nnpx hardhat test\n```\n\n## Deployment\n\nTo deploy the contracts to a local network, run:\n\n```bash\nnpx hardhat run scripts/deploy.js --network localhost\n```\n\nFor deployment to other networks (e.g., Rinkeby), configure the `hardhat.config.js` file and then execute:\n\n```bash\nnpx hardhat run scripts/deploy.js --network rinkeby\n```\n\n## Usage\n\nAfter deployment, you can use the MultiSigWallet contract to manage transactions requiring multiple signatures. For more details, refer to the contract documentation.\n\n## Contributing\n\nWe welcome contributions! Please open an issue to discuss your changes before submitting a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdizarrei%2Fmultisigwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahdizarrei%2Fmultisigwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdizarrei%2Fmultisigwallet/lists"}