{"id":23864627,"url":"https://github.com/alpenlabs/strata-bridge","last_synced_at":"2025-09-08T12:32:59.095Z","repository":{"id":266350902,"uuid":"879171637","full_name":"alpenlabs/strata-bridge","owner":"alpenlabs","description":"PoC Implementation of the Strata Bridge","archived":false,"fork":false,"pushed_at":"2024-12-31T12:07:20.000Z","size":4464,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-31T13:18:41.891Z","etag":null,"topics":["bitcoin","bitvm2","bridge","strata","zk-snarks"],"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/alpenlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2024-10-27T07:29:52.000Z","updated_at":"2024-12-31T07:14:24.000Z","dependencies_parsed_at":"2024-12-31T13:18:44.420Z","dependency_job_id":null,"html_url":"https://github.com/alpenlabs/strata-bridge","commit_stats":null,"previous_names":["alpenlabs/strata-bridge-poc","alpenlabs/strata-bridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpenlabs%2Fstrata-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpenlabs%2Fstrata-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpenlabs%2Fstrata-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpenlabs%2Fstrata-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpenlabs","download_url":"https://codeload.github.com/alpenlabs/strata-bridge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232311122,"owners_count":18503605,"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":["bitcoin","bitvm2","bridge","strata","zk-snarks"],"created_at":"2025-01-03T08:27:47.520Z","updated_at":"2025-09-08T12:32:59.080Z","avatar_url":"https://github.com/alpenlabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strata Bridge\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![License: Apache-2.0](https://img.shields.io/badge/License-Apache-blue.svg)](https://opensource.org/licenses/apache-2-0)\n[![codecov](https://codecov.io/github/alpenlabs/strata-bridge/graph/badge.svg?token=UYZ5YPKGL2)](https://codecov.io/github/alpenlabs/strata-bridge)\n[![build](https://github.com/alpenlabs/strata-bridge/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/alpenlabs/strata-bridge/actions)\n[![lint](https://github.com/alpenlabs/strata-bridge/actions/workflows/lint.yml/badge.svg?event=push)](https://github.com/alpenlabs/strata-bridge/actions)\n[![Release: v0.2.0](https://badgen.net/static/release/v0.2.0/yellow)](https://github.com/alpenlabs/strata-bridge/releases/tag/v0.2.0-rc3)\n\nA reference implementation of Strata Bridge by your friends at [Alpen Labs](https://www.alpenlabs.io/).\n\n\u003e [!IMPORTANT]\n\u003e This software is a work-in-progress and as such, is _not_ meant to be used in a production environment!\n\n## Transaction Graph\n\nThe following is the transaction graph that has been implemented in this repository:\n\n\u003cfigure\u003e\n    \u003cimg src=\"./assets/testnet-i-tx-graph.jpg\" alt = \"Transaction graph\" /\u003e\n    \u003cfigcaption\u003eThe transaction graph for this repository.\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n## How To Run Locally\n\n### Prerequisites\n\n-   [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n-   [SP1 Toolchain](https://docs.succinct.xyz/docs/sp1/getting-started/install) and associated [linkers](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/tag/v14.2.0-2).\n    -   Install the SP1 toolchain: `curl -L https://sp1up.succinct.xyz | bash`\n    -   After installation, run `sp1up` to complete the setup\n-   Credentials to connect to SP1's [infra](https://explorer.succinct.xyz).\n-   [Docker](https://docs.docker.com/get-docker/).\n-   [`sqlx-cli`](https://lib.rs/crates/sqlx-cli) to run database migrations.\n-   [`bitcoind`](https://bitcoin.org/en/download) to run the unit tests.\n-   [`just`](https://just.systems/) to run the commands in this repository.\n\n### Running\n\nRun the Strata stack (`strata-client`, `strata-reth`, `bitcoind`) as per the instructions\nin the [`alpen`](https://github.com/alpenlabs/alpen/tree/bitvm2) repository.\n\nThen, see the instructions in [`docker/README.md`](./docker/README.md) to run the bridge nodes\nand their corresponding secret-service nodes.\n\n## Contributing\n\nContributions are generally welcome.\nIf you intend to make larger changes, please discuss them in an issue\nbefore opening a PR to avoid duplicate work and architectural mismatches.\n\nFor more information please see [`CONTRIBUTING.md`](/CONTRIBUTING.md).\n\n## License\n\nThis work is dual-licensed under MIT and Apache 2.0.\nYou can choose between one of them if you use this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpenlabs%2Fstrata-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpenlabs%2Fstrata-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpenlabs%2Fstrata-bridge/lists"}