{"id":37097458,"url":"https://github.com/speedrun-hq/speedrun","last_synced_at":"2026-01-14T11:58:41.191Z","repository":{"id":286241901,"uuid":"958132554","full_name":"speedrun-hq/speedrun","owner":"speedrun-hq","description":"Monorepo containing frontend, api and documentation for Speedrun","archived":false,"fork":false,"pushed_at":"2025-08-23T16:39:50.000Z","size":12880,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T06:21:35.191Z","etag":null,"topics":["cross-chain","crypto","intent","nextjs","react"],"latest_commit_sha":null,"homepage":"https://speedrun.exchange/","language":"Go","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/speedrun-hq.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-03-31T17:40:29.000Z","updated_at":"2025-08-23T16:39:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd41837c-9b36-421f-aca5-20a29c422739","html_url":"https://github.com/speedrun-hq/speedrun","commit_stats":null,"previous_names":["speedrun-hq/speedrun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/speedrun-hq/speedrun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speedrun-hq%2Fspeedrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speedrun-hq%2Fspeedrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speedrun-hq%2Fspeedrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speedrun-hq%2Fspeedrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speedrun-hq","download_url":"https://codeload.github.com/speedrun-hq/speedrun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speedrun-hq%2Fspeedrun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cross-chain","crypto","intent","nextjs","react"],"created_at":"2026-01-14T11:58:40.602Z","updated_at":"2026-01-14T11:58:41.186Z","avatar_url":"https://github.com/speedrun-hq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speedrun\n\nA permissionless intent-based token transfer system built on ZetaChain that enables fast cross-chain transfers through incentivized third-party fulfillers.\n\nThis repository is a monorepo that contains the source for the following components of Speedrun:\n\n- `api`: the backend that listens to and index intents for fulfillers\n- `documentation`: general documentation for Speedrun\n- `frontend`: the frontend interface for the Speedrun Exchange platform\n- `landing-page`: landing page for Speedrun platform\n\n## Overview\n\nSpeedrun is a novel cross-chain transfer system that leverages ZetaChain's infrastructure while providing faster transfer execution through a market-driven fulfillment mechanism. Users can initiate transfers with intent fees, allowing third-party agents (fulfillers) to execute transfers early on the destination chain in exchange for compensation.\n\n### Key Features\n\n- **Permissionless Fulfillment**: Anyone can participate as a fulfiller\n- **Market-Driven Speed**: Faster transfers through incentivized early execution\n- **Partial Fulfillment Support**: Multiple fulfillers can split a single transfer\n- **Simple Interface**: Clean, intuitive web interface for transfer initiation\n- **Extensible Architecture**: Ready for future features like intent-based swaps\n\n## Smart Contracts\n\n[Learn more about the smart contracts](https://github.com/speedrun-hq/contracts-core)\n\n## Architecture\n\n### Core Components\n\n1. **Smart Contracts**\n\n   - Intent-based transfers witht routing on ZetaChain\n   - Smart contracts for each supported VMs\n\n1. **Web Interface (React)**\n\n   - Transfer initiation form\n   - Real-time status tracking\n   - Transaction history\n\n1. **Backend API**\n\n   - Intent registration\n   - Fulfillment tracking\n   - CCTX monitoring\n\n1. **Fulfiller Tooling**\n   - Intent scanning\n   - Fulfillment execution\n   - Fee calculation\n\n### Workflow\n\n1. **Transfer Creation**\n\n   - User specifies:\n     - Source Chain\n     - Destination Chain\n     - Token\n     - Amount\n     - Intent Fee\n   - System creates CCTX and registers Intent ID\n\n2. **Fulfillment Process**\n\n   - Fulfillers monitor intents\n   - Early execution on destination chain\n   - Partial fulfillment support\n   - Proportional fee distribution\n\n3. **Reconciliation**\n   - CCTX arrival processing\n   - Fulfiller compensation\n   - Original transfer completion\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- Go (v1.20 or higher)\n- Access to ZetaChain network\n\n## Fee Structure\n\n- **Intent Fee**: Set by the platform (configurable)\n- **Fulfiller Compensation**: Proportional to fulfilled amount\n- **Refund Policy**: Full refund if no fulfillment occurs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeedrun-hq%2Fspeedrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeedrun-hq%2Fspeedrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeedrun-hq%2Fspeedrun/lists"}