{"id":19369138,"url":"https://github.com/joystream/argo-bridge","last_synced_at":"2026-01-22T08:34:30.819Z","repository":{"id":237649429,"uuid":"794962498","full_name":"Joystream/argo-bridge","owner":"Joystream","description":"Cross-chain token bridge between Joystream and EVM blockchains","archived":false,"fork":false,"pushed_at":"2025-06-13T09:51:15.000Z","size":5304,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T10:44:38.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bridge.joystream.org","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/Joystream.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-05-02T10:05:00.000Z","updated_at":"2025-06-13T09:51:20.000Z","dependencies_parsed_at":"2024-05-02T22:50:58.706Z","dependency_job_id":"379d2153-c35f-475a-b004-bc01cccdbf4f","html_url":"https://github.com/Joystream/argo-bridge","commit_stats":null,"previous_names":["joystream/argo-bridge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Joystream/argo-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fargo-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fargo-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fargo-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fargo-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joystream","download_url":"https://codeload.github.com/Joystream/argo-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fargo-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":"2024-11-10T08:09:48.705Z","updated_at":"2026-01-22T08:34:30.804Z","avatar_url":"https://github.com/Joystream.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argo bridge\n\nThe Argo bridge is a cross-chain token bridge that allows users to transfer JOY tokens between Joystream and Base networks. Even though those are the only networks supported at the moment, the bridge can be generalized to support bridging between any Substrate/EVM chains.\n\n## Architecture\n\nThe bridge is semi-manual - all transfers are manually approved by a list of trusted signers and can be executed only by reaching a threshold of approvals. For more details, see the [architecture](docs/architecture.md) document.\n\n## Bridge components\n\nThe bridge consists of 4 main components:\n\n1. EVM smart contracts and deployment, found in the [packages/contracts](packages/contracts) directory.\n2. Joystream runtime pallet, found in the [Joystream monorepo](https://github.com/Joystream/joystream/tree/master/runtime-modules/argo-bridge).\n3. Subsquid indexer, found in the [packages/indexer](packages/indexer) directory.\n4. Frontend app, found in the [packages/app](packages/app) directory.\n\nAdditionally, the repo contains a [core](packages/core) package that contains reusable code for the other components.\n\nLastly, in the [tests](packages/tests) directory, you can find the integration tests for all the bridge components.\n\nEach component contains its own README file with more details.\n\n## Development\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/)\n- [Bun](https://bun.sh/)\n- [Docker](https://docker.com/)\n- [Turborepo](https://turbo.build/repo/)\n\n### Installation\n\nTo install all the dependencies, run:\n\n```bash\nnpm install\n```\n\nThen, you should also build the `@joystream/argo-core` package:\n\n```bash\nnpm run build:core\n```\n\n### Running the components\n\nOnce dependencies are ready, you can visit the respective component's README file for more details on how to run them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoystream%2Fargo-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoystream%2Fargo-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoystream%2Fargo-bridge/lists"}