Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

helix-bridge/helix-btc-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helix BTC Bridge

Introduction

This project facilitates cross-chain fund transfers from Bitcoin to X chain.

It is built using three main components:

  • User Interface (UI)
  • Off-chain Relayer
  • X Chain Contract

Technical Architecture

sequenceDiagram
    participant U as User
    participant B as Bitcoin
    participant R as Off-chain Relayer
    participant X as X Chain
    U->>B: Transfer to Helix vault address with \`OP_RETURN\`,<br>contains an X ID and an address on X
    R->>B: Monitor tx
    R->>X: Submit tx info
    X->>R: Verify tx info
    X->>U: Release funds to target address on X
Loading

Component Overview

UI

TODO.

Relayer

TODO.

Contract

TODO.

License

State the type of license the project is under, GPL-3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages