{"id":16998211,"url":"https://github.com/whoislewys/predict-deterministic-address","last_synced_at":"2026-02-13T11:46:31.381Z","repository":{"id":256973841,"uuid":"856981287","full_name":"whoislewys/predict-deterministic-address","owner":"whoislewys","description":"Minimal JavaScript ports of CREATE2 and CREATE3 logic for address prediction.","archived":false,"fork":false,"pushed_at":"2025-02-03T23:47:17.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T11:19:29.974Z","etag":null,"topics":["create2","create3","ethereum"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whoislewys.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,"zenodo":null}},"created_at":"2024-09-13T15:17:50.000Z","updated_at":"2025-02-03T23:47:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a26437a-7644-4bbc-ab39-c1807b62cfef","html_url":"https://github.com/whoislewys/predict-deterministic-address","commit_stats":null,"previous_names":["whoislewys/predict-deterministic-address"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whoislewys/predict-deterministic-address","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoislewys%2Fpredict-deterministic-address","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoislewys%2Fpredict-deterministic-address/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoislewys%2Fpredict-deterministic-address/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoislewys%2Fpredict-deterministic-address/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whoislewys","download_url":"https://codeload.github.com/whoislewys/predict-deterministic-address/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoislewys%2Fpredict-deterministic-address/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29403916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["create2","create3","ethereum"],"created_at":"2024-10-14T04:04:34.171Z","updated_at":"2026-02-13T11:46:31.376Z","avatar_url":"https://github.com/whoislewys.png","language":"TypeScript","readme":"## Predict Deterministic Address\nMinimal JavaScript implementation of Create2 and Create3 functions to predict addresses deterministically.\n\n## Development\n\n```\nnpm i\nnpm run test\n```\n\n## Usage\nInstallation:\n```bash\nnpm i viem predict-deterministic-address\n```\n\nUsage:\n```\nimport { predictDeterministicAddress } from '@whoislewys/predict-deterministic-address';\nimport { zeroAddress } from 'viem';\n\n// Mock values for implementation, salt, and deployer\nconst implementation = zeroAddress;\nconst salt = 69n;\nconst deployer = zeroAddress;\n\nconst predictedAddress = predictDeterministicAddress(implementation, salt, deployer);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoislewys%2Fpredict-deterministic-address","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhoislewys%2Fpredict-deterministic-address","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoislewys%2Fpredict-deterministic-address/lists"}