Skip to content

Commit

Permalink
GITBOOK-23: Add info about sBTC changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrogers authored and gitbook-bot committed Feb 19, 2024
1 parent 934c0ec commit fff571a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
* [sBTC Design](sbtc/sbtc-design/README.md)
* [sBTC Requests and Responses](sbtc/sbtc-design/sbtc-requests-and-responses/README.md)
* [Commit-Reveal System](sbtc/sbtc-design/sbtc-requests-and-responses/commit-reveal-system.md)
* [Clarity Contracts](sbtc/sbtc-design/sbtc-requests-and-responses/clarity-contracts.md)
* [Stacker Responsibilities](sbtc/sbtc-design/stacker-responsibilities.md)
* [Security Model](sbtc/sbtc-design/security-model.md)
* [Clarity Contracts](sbtc/sbtc-design/clarity-contracts.md)
* [User Guides](sbtc/user-guides/README.md)
* [How to Deposit and Withdraw](sbtc/user-guides/how-to-deposit-and-withdraw.md)
* [How to Participate as a Stacker](sbtc/user-guides/how-to-participate-as-a-stacker.md)
Expand Down
4 changes: 3 additions & 1 deletion sbtc/developer-guides/end-to-end-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# End to End Tutorial

{% hint style="warning" %}
sBTC is under heavy development, and the developer release that this tutorial corresponds to is not being maintained. Development efforts are currently focused on Nakamoto, so everything in this tutorial is subject to change and may not work. It is highly recommended that you wait to build any sBTC functionality until development continues.
sBTC is under heavy development, and the developer release that this tutorial corresponds to is not being maintained. Development efforts are currently focused on Nakamoto, so everything in this tutorial is subject to change and may not work. It is highly recommended that you wait to build any sBTC functionality until development continues, at least as far as the bridging functionality is concerned.

The current recommended way to begin working on prototype applications that use sBTC is to take a look at the [current sBTC contract](https://github.com/stacks-network/sbtc/tree/main/romeo/asset-contract/contracts) and duplicate it in the app you are working on and work with that. Although the bridging functionality to actually mint sBTC will change, sBTC will continue to operate as a SIP-010 token, meaning you can learn, experiment, and build with it as with any other SIP-010 token.
{% endhint %}

### Build a Basic DeFi Application using Next, Stacks.js, Clarity, and the sBTC Developer Release
Expand Down
File renamed without changes.

0 comments on commit fff571a

Please sign in to comment.