{"id":29745611,"url":"https://github.com/base/bridge","last_synced_at":"2025-10-29T12:20:33.376Z","repository":{"id":305031262,"uuid":"976839714","full_name":"base/bridge","owner":"base","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T21:58:57.000Z","size":1433,"stargazers_count":19,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-24T23:56:22.404Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/base.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":"2025-05-02T21:08:07.000Z","updated_at":"2025-07-24T21:59:00.000Z","dependencies_parsed_at":"2025-07-18T01:43:43.271Z","dependency_job_id":"0816cbca-198c-4862-a952-a6ee8bbfe148","html_url":"https://github.com/base/bridge","commit_stats":null,"previous_names":["base/bridge"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/base/bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base%2Fbridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base%2Fbridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base%2Fbridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base%2Fbridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base","download_url":"https://codeload.github.com/base/bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base%2Fbridge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267128007,"owners_count":24040156,"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-07-26T02:00:08.937Z","response_time":62,"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-07-26T06:16:16.324Z","updated_at":"2025-10-29T12:20:33.363Z","avatar_url":"https://github.com/base.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Base](logo.png)\n\n# Base Bridge\n\nA bridge between Base and blockchains outside the Ethereum ecosystem. Currently has support for Solana.\n\n\u003e [!WARNING]\n\u003e\n\u003e The bridge is only live on testnet between Solana Devnet \u003c\u003e Base Sepolia. The code is a WIP and has not yet been audited. Do not use in production!!\n\n\u003c!-- Badge row 1 - status --\u003e\n\n[![GitHub contributors](https://img.shields.io/github/contributors/base/bridge)](https://github.com/base/bridge/graphs/contributors)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/bridge)](https://github.com/base/bridge/graphs/commit-activity)\n[![GitHub Stars](https://img.shields.io/github/stars/base/bridge.svg)](https://github.com/base/bridge/stargazers)\n![GitHub repo size](https://img.shields.io/github/repo-size/base/bridge)\n[![GitHub](https://img.shields.io/github/license/base/bridge?color=blue)](https://github.com/base/bridge/blob/main/LICENSE)\n\n\u003c!-- Badge row 2 - links and profiles --\u003e\n\n[![Website base.org](https://img.shields.io/website-up-down-green-red/https/base.org.svg)](https://base.org)\n[![Blog](https://img.shields.io/badge/blog-up-green)](https://base.mirror.xyz/)\n[![Docs](https://img.shields.io/badge/docs-up-green)](https://docs.base.org/)\n[![Discord](https://img.shields.io/discord/1067165013397213286?label=discord)](https://base.org/discord)\n[![Twitter BuildOnBase](https://img.shields.io/twitter/follow/BuildOnBase?style=social)](https://twitter.com/BuildOnBase)\n\n\u003c!-- Badge row 3 - detailed status --\u003e\n\n[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base/bridge)](https://github.com/base/bridge/pulls)\n[![GitHub Issues](https://img.shields.io/github/issues-raw/base/bridge.svg)](https://github.com/base/bridge/issues)\n\n## How it Works\n\nThis bridge allows you to:\n\n- Transfer tokens between Base and Solana\n- Send arbitrary cross-chain messages\n- Deploy wrapped tokens on either chain\n\n\u003e [!NOTE]\n\u003e\n\u003e For native Ethereum ↔ Base bridging, see [our official docs](https://docs.base.org/base-chain/network-information/bridges-mainnet).\n\n## Usage\n\n### Base → Solana\n\nSend tokens or messages from Base to Solana (multi-step process):\n\n```bash\ncd base\n# See base/README.md for detailed instructions\n```\n\nAfter initiating on Base, wait ~15 minutes for an updated root to be posted to Solana and complete the transfer with prove + finalize steps:\n\n```bash\ncd solana\n# See solana/README.md for prove and finalize instructions\n```\n\n### Solana → Base\n\nSend tokens or messages from Solana to Base:\n\n```bash\ncd solana\n# See solana/README.md for detailed instructions\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase%2Fbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase%2Fbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase%2Fbridge/lists"}