{"id":15694344,"url":"https://github.com/rjected/erc3770","last_synced_at":"2025-05-05T21:09:40.949Z","repository":{"id":247658363,"uuid":"826484376","full_name":"Rjected/erc3770","owner":"Rjected","description":"ERC-3770","archived":false,"fork":false,"pushed_at":"2024-07-09T19:58:52.000Z","size":14,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:41:10.855Z","etag":null,"topics":["erc-3770","ethereum","rust","ux"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rjected.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.sh","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T19:49:08.000Z","updated_at":"2024-10-17T20:15:11.000Z","dependencies_parsed_at":"2024-07-10T00:34:46.472Z","dependency_job_id":null,"html_url":"https://github.com/Rjected/erc3770","commit_stats":null,"previous_names":["rjected/erc3770"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Ferc3770","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Ferc3770/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Ferc3770/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Ferc3770/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rjected","download_url":"https://codeload.github.com/Rjected/erc3770/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577003,"owners_count":21770721,"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","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":["erc-3770","ethereum","rust","ux"],"created_at":"2024-10-03T18:56:54.606Z","updated_at":"2025-05-05T21:09:40.918Z","avatar_url":"https://github.com/Rjected.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erc3770\n\nImplements a 🔥 _blazingly fast_ 🔥 helper method for [ERC-3770](https://github.com/ethereum/ERCs/blob/e83c0862bce4ae2b53db5ea4ce26799b1e3cfe20/ERCS/erc-3770.md) in Rust™\n\n## Example\n```rust\nuse erc3770::create_address;\nuse alloy_chains::NamedChain;\nuse alloy_primitives::Address;\n\nlet address = Address::repeat_byte(0x42);\nassert_eq!(\n    \u0026create_address(NamedChain::Mainnet, address).unwrap(),\n    \"eth:0x4242424242424242424242424242424242424242\"\n);\nassert_eq!(\n    \u0026create_address(NamedChain::Polygon, address).unwrap(),\n    \"matic:0x4242424242424242424242424242424242424242\"\n);\nassert_eq!(\n    \u0026create_address(NamedChain::Base, address).unwrap(),\n    \"base:0x4242424242424242424242424242424242424242\"\n);\n```\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in these crates by you, as defined in the Apache-2.0 license,\nshall be dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjected%2Ferc3770","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjected%2Ferc3770","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjected%2Ferc3770/lists"}