A reference implementation of Strata Bridge by your friends at Alpen Labs.
Important
This software is a work-in-progress and as such, is not meant to be used in a production environment!
The following is the transaction graph that has been implemented in this repository:
The transaction graph for this repository.The following is the system diagram for this repository:
The system diagram for this repository.- cargo.
- SP1 Toolchain and associated linkers.
- Credentials to connect to SP1's infra.
- Docker.
sqlx-cli
to run database migrations.
Run the Strata stack (strata-client
, strata-reth
, bitcoind
) as per the instructions
in the strata
repository.
Then, see the instructions in docker/README.md
to run the bridge nodes
and their corresponding secret-service nodes.
Contributions are generally welcome. If you intend to make larger changes, please discuss them in an issue before opening a PR to avoid duplicate work and architectural mismatches.
For more information please see CONTRIBUTING.md
.
This work is dual-licensed under MIT and Apache 2.0. You can choose between one of them if you use this work.