Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
feat: Rough implementation plan for sBTC DR (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome authored Aug 29, 2023
1 parent 89666f5 commit fce0162
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# sBTC Project
- [sBTC Releases](./sbtc-releases.md)
- [sBTC 0.1](./sbtc-releases/sbtc-dev.md)
- [Reference implementation plan](./sbtc-releases/sbtc-dev-reference.md)
- [sBTC 0.2](./sbtc-releases/sbtc-dev-v2.md)
- [sBTC 1.0](./sbtc-releases/sbtc-nakamoto.md)
- [sBTC 1.1](./sbtc-releases/sbtc-nakamoto-v2.md)
Expand Down
11 changes: 11 additions & 0 deletions src/sbtc-releases/sbtc-dev-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# sBTC Developer release reference implementation plan
The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in [this repository](https://github.com/stacks-network/sbtc/tree/master/romeo).
Every piece of functionality that is being worked on is formulated as [issues](https://github.com/stacks-network/sbtc/issues) with the [sBTC DR] prefix and `alpha-romeo` label.

For anyone interested in tracking the high-level progress of the Alpha Romeo work, these key issues should provide a good view in how things are progressing.

1. Implement the deposit flow [#67](https://github.com/stacks-network/sbtc/issues/67)
2. Implement the withdrawal flow [#68](https://github.com/stacks-network/sbtc/issues/68)
3. Containerize and deploy the release [#85](https://github.com/stacks-network/sbtc/issues/85)
4. Ensure the bridge is compatible with the latest release [#86](https://github.com/stacks-network/sbtc/issues/86)
5. Write developer docs for the release [#77](https://github.com/stacks-network/sbtc-docs/issues/77)

0 comments on commit fce0162

Please sign in to comment.