{"id":31959645,"url":"https://github.com/ldsanchez/multisig-wallet","last_synced_at":"2026-05-03T10:36:56.372Z","repository":{"id":212113051,"uuid":"473801584","full_name":"ldsanchez/multisig-wallet","owner":"ldsanchez","description":"Multisig Wallet Factory","archived":false,"fork":false,"pushed_at":"2022-04-17T19:41:39.000Z","size":790,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T10:36:55.933Z","etag":null,"topics":["blockchain","dapp","ethereum","multisig-wallets","react","scaffold-eth","solidity"],"latest_commit_sha":null,"homepage":"https://multisig-wallet-factory.surge.sh/","language":"CSS","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/ldsanchez.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}},"created_at":"2022-03-24T23:12:33.000Z","updated_at":"2024-03-29T22:09:53.000Z","dependencies_parsed_at":"2023-12-12T16:48:44.389Z","dependency_job_id":null,"html_url":"https://github.com/ldsanchez/multisig-wallet","commit_stats":null,"previous_names":["ldsanchez/multisig-wallet"],"tags_count":0,"template":false,"template_full_name":"scaffold-eth/scaffold-eth","purl":"pkg:github/ldsanchez/multisig-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldsanchez%2Fmultisig-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldsanchez%2Fmultisig-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldsanchez%2Fmultisig-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldsanchez%2Fmultisig-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldsanchez","download_url":"https://codeload.github.com/ldsanchez/multisig-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldsanchez%2Fmultisig-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain","dapp","ethereum","multisig-wallets","react","scaffold-eth","solidity"],"created_at":"2025-10-14T15:47:46.845Z","updated_at":"2026-05-03T10:36:56.338Z","avatar_url":"https://github.com/ldsanchez.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗 scaffold-ETH - Multisig Wallet Factory\n\n\u003e Create multiple Multisig Wallets from a simple interface + Debug Interface with Multisig Wallet Factory \u0026 selected Wallet instance! 🚀\n\n![image](https://user-images.githubusercontent.com/5996795/163723941-a867afd4-c405-492f-91b3-488045eba7f2.png)\n\n# 🏄‍♂️ Quick Start\n\nPrerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)\n\n\u003e clone/fork 🏗 scaffold-eth: Multisig Wallet Factory\n\n```bash\ngit clone https://github.com/ldsanchez/multisig-wallet.git\n```\n\n\u003e install and start your 👷‍ Hardhat chain:\n\n```bash\ncd multisig-wallet\nyarn install\nyarn chain\n```\n\n\u003e in a second terminal window, start your 📱 frontend:\n\n```bash\ncd multisig-wallet\nyarn start\n```\n\n\u003e in a third terminal window, 🛰 deploy your contract:\n\n```bash\ncd multisig-wallet\nyarn deploy\n```\n\n\u003e in a fourth terminal window, 🛰 run your backend:\n\n```bash\ncd multisig-wallet\nyarn backend\n```\n\n🔏 Edit your smart contract `MultisigWalletFactory.sol` \u0026 `MultisigWallet.sol` in `packages/hardhat/contracts`\n\n📝 Edit your frontend `App.jsx` \u0026 `Home.jsx` in `packages/react-app/src`\n\n💼 Edit your deployment scripts in `packages/hardhat/deploy`\n\n📱 Open http://localhost:3000 to see the app\n\n# Deploy it! 🛰\n\n📡 Edit the defaultNetwork in packages/hardhat/hardhat.config.js, as well as targetNetwork in packages/react-app/src/App.jsx, to your choice of public EVM networks\n\n👩‍🚀 You will want to run yarn account to see if you have a deployer address.\n\n🔐 If you don't have one, run yarn generate to create a mnemonic and save it locally for deploying.\n\n🛰 Use a faucet like faucet.paradigm.xyz to fund your deployer address (run yarn account again to view balances)\n\n🚀 Run yarn deploy to deploy to your public network of choice (😅 wherever you can get ⛽️ gas)\n\n🔬 Inspect the block explorer for the network you deployed to... make sure your contract is there.\n\n# 🚢 Ship it! 🚁\n\n✏️ Edit your frontend App.jsx in packages/react-app/src to change the targetNetwork to wherever you deployed your contract, and also change the BACKEND_URL constant to your deployed backend.\n\n📦 Run yarn build to package up your frontend.\n\n💽 Upload your app to surge with yarn surge (you could also yarn s3 or maybe even yarn ipfs?)\n\n😬 Windows users beware! You may have to change the surge code in packages/react-app/package.json to just \"surge\": \"surge ./build\",\n\n⚙ If you get a permissions error yarn surge again until you get a unique URL, or customize it in the command line.\n\n🚔 Traffic to your url might break the Infura rate limit, edit your key: constants.js in packages/ract-app/src.\n\n# 📜 Contract Verification\n\nUpdate the api-key in packages/hardhat/package.json. You can get your key here.\n\nNow you are ready to run the yarn verify --network your_network command to verify your contracts on etherscan 🛰\n\n# 💌 P.S.\n\n📣 You can use `yarn export-non-deployed` to create the Wallet instance ABI.\n\n🌍 You need an RPC key for testnets and production deployments, create an [Alchemy](https://www.alchemy.com/) account and replace the value of `ALCHEMY_KEY = xxx` in `packages/react-app/src/constants.js` with your new key.\n\n📣 Make sure you update the `InfuraID` before you go to production. Huge thanks to [Infura](https://infura.io/) for our special account that fields 7m req/day!\n\n# Thanks 👏🏻\n\nTo https://github.com/dec3ntraliz3d and https://github.com/stevenpslade for their builds.\n\n# 🏃💨 Speedrun Ethereum\n\nRegister as a builder [here](https://speedrunethereum.com) and start on some of the challenges and build a portfolio.\n\n# 💬 Support Chat\n\nJoin the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA) to ask questions and find others building with 🏗 scaffold-eth!\n\n---\n\n🙏 Please check out our [Gitcoin grant](https://gitcoin.co/grants/2851/scaffold-eth) too!\n\n### Automated with Gitpod\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/scaffold-eth/scaffold-eth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldsanchez%2Fmultisig-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldsanchez%2Fmultisig-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldsanchez%2Fmultisig-wallet/lists"}