{"id":20749561,"url":"https://github.com/shunkakinoki/foundry-safe-script","last_synced_at":"2026-04-13T11:32:48.792Z","repository":{"id":98723259,"uuid":"529471534","full_name":"shunkakinoki/foundry-safe-script","owner":"shunkakinoki","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-29T20:53:09.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T09:59:23.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shunkakinoki.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":"2022-08-27T03:33:52.000Z","updated_at":"2022-08-29T21:14:10.000Z","dependencies_parsed_at":"2023-05-24T23:15:15.222Z","dependency_job_id":null,"html_url":"https://github.com/shunkakinoki/foundry-safe-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"foundry-rs/forge-template","purl":"pkg:github/shunkakinoki/foundry-safe-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunkakinoki%2Ffoundry-safe-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunkakinoki%2Ffoundry-safe-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunkakinoki%2Ffoundry-safe-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunkakinoki%2Ffoundry-safe-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shunkakinoki","download_url":"https://codeload.github.com/shunkakinoki/foundry-safe-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunkakinoki%2Ffoundry-safe-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-17T08:23:35.464Z","updated_at":"2026-04-13T11:32:48.765Z","avatar_url":"https://github.com/shunkakinoki.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# foundry-safe-script\n\nA simple foundry script to deploy a Gnosis Safe to \n\n```\nforge script src/GnosisDeployer.s.sol --sig \"run()\" --broadcast --fork-url $YOUR_RPC_HERE -t --sender $YOUR_SENDER_HERE --verify\n```\n\n## Instructions\n\n1. Change the owners threshold\n\n   \n```solidity\naddress[] internal owners = new address[](3);\n```\n\n2. Set the owners of your choice\n\n```solidity\nowners[0] = address(0x0000000000000000000000000000000000000001);\nowners[1] = address(0x0000000000000000000000000000000000000002);\nowners[2] = address(0x0000000000000000000000000000000000000003);\n```\n\n3. Set a custom threshhold\n\n```solidity\nuint256 THRESHHOLD = 3;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunkakinoki%2Ffoundry-safe-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshunkakinoki%2Ffoundry-safe-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunkakinoki%2Ffoundry-safe-script/lists"}