{"id":30105679,"url":"https://github.com/dutterbutter/wip-interop","last_synced_at":"2025-08-10T00:17:39.287Z","repository":{"id":305043810,"uuid":"1021732110","full_name":"dutterbutter/wip-interop","owner":"dutterbutter","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-17T21:34:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T01:55:30.535Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutterbutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-07-17T21:27:24.000Z","updated_at":"2025-07-17T21:34:58.000Z","dependencies_parsed_at":"2025-07-18T03:28:58.333Z","dependency_job_id":"a5f401c6-f4f7-46e7-9e81-4d0bb82a2de0","html_url":"https://github.com/dutterbutter/wip-interop","commit_stats":null,"previous_names":["dutterbutter/wip-interop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dutterbutter/wip-interop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fwip-interop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fwip-interop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fwip-interop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fwip-interop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutterbutter","download_url":"https://codeload.github.com/dutterbutter/wip-interop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fwip-interop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269656420,"owners_count":24454641,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"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":[],"created_at":"2025-08-10T00:17:34.901Z","updated_at":"2025-08-10T00:17:39.073Z","avatar_url":"https://github.com/dutterbutter.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interop Test Environment Setup\n\nThis project is a wip to begin playing around with various forms of interop.\n\n## 1️⃣ Bootstrap Your Local Environment\n\nSpin up ZK chains and services by running:\n\n```bash\n./scripts/bootstrap_interop.sh\n```\n\nThis will start the following chains locally:\n\n| Chain    | Chain ID | RPC Endpoint                                   | Logs                            |\n| -------- | -------- | ---------------------------------------------- | ------------------------------- |\n| Era      | `271`    | [http://localhost:3050](http://localhost:3050) | `zksync-era/zruns/era.log`      |\n| Validium | `260`    | [http://localhost:3070](http://localhost:3070) | `zksync-era/zruns/validium.log` |\n| Gateway  | `506`    | [http://localhost:3150](http://localhost:3150) | `zksync-era/zruns/gateway.log`  |\n| L1       | `9`      | [http://localhost:8545](http://localhost:8545) | —                               |\n\n## 2️⃣ Reproduce Locally\n\nAssuming your environment is running, clone and install the test suite:\n\n```bash\ngit clone https://github.com/dutterbutter/wip-interop  \ncd wip-interop\nforge install  \n```\n\n**Important:**\nYou may need to patch `lib/era-contracts` (INativeTokenVault.sol) to allow compiler version ranges:\n\n```diff\n- pragma solidity 0.8.28;  \n+ pragma solidity ^0.8.28;  \n```\n\n## 3️⃣ Run Tests\n\nExecute the tests:\n\n```bash\nforge test --zksync -vvvv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fwip-interop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutterbutter%2Fwip-interop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fwip-interop/lists"}