Skip to content

Commit

Permalink
deploy: 639da0f
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy from CI committed Oct 19, 2023
1 parent f7a6b90 commit bbcdff6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,8 @@ <h2 id="what-were-building"><a class="header" href="#what-were-building">What We
<p>Lagoon allows users to connect their wallet, convert their BTC to sBTC, and then take that sBTC and deposit it into a lending pool in order to earn interest on it.</p>
<p>This is by no means a production level borrowing and lending app, and is only meant to be used to illustrate how to get started with sBTC. Feel free to use it as a starting point in your projects, but just know that the code is only for demo purposes and should not be used in production.</p>
<h2 id="getting-set-up"><a class="header" href="#getting-set-up">Getting Set Up</a></h2>
<p>Note: There are still some bugs being worked out with the local sBTC devenv. There are code snippets provided in this tutorial and in the Lagoon repo for both devnet and testnet.</p>
<p>For this tutorial, we're going to get you set up with a local version of the sBTC DR. Although this does require a bit more setup time, it will pay off by making your development experience significantly faster by not needing to wait for testnet transactions.</p>
<p>If you prefer to use testnet, you should be able to follow along with a few tweaks that we'll cover along the way.</p>
<p>Note: There are still some bugs being worked out with the testnet sBTC system, so we're going to use a local developer environment for this tutorial.</p>
<p>For this tutorial, we're going to get you set up with a local version of the sBTC DR. Although this does require a bit more setup time, it will pay off by making your development experience significantly faster.</p>
<p>So, before going any further, make sure you have sBTC set up locally by following the <a href="./sbtc-releases/sbtc-dev/get-started-on-devnet.html">Local environment setup guide</a>.</p>
<p>Once you're all set up, it's time to start building!</p>
<p>If at any time you get stuck, you can refer to the final code at the <a href="https://github.com/kenrogers/lagoon">Lagoon repo</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ <h2 id="what-were-building"><a class="header" href="#what-were-building">What We
<p>Lagoon allows users to connect their wallet, convert their BTC to sBTC, and then take that sBTC and deposit it into a lending pool in order to earn interest on it.</p>
<p>This is by no means a production level borrowing and lending app, and is only meant to be used to illustrate how to get started with sBTC. Feel free to use it as a starting point in your projects, but just know that the code is only for demo purposes and should not be used in production.</p>
<h2 id="getting-set-up"><a class="header" href="#getting-set-up">Getting Set Up</a></h2>
<p>Note: There are still some bugs being worked out with the local sBTC devenv. There are code snippets provided in this tutorial and in the Lagoon repo for both devnet and testnet.</p>
<p>For this tutorial, we're going to get you set up with a local version of the sBTC DR. Although this does require a bit more setup time, it will pay off by making your development experience significantly faster by not needing to wait for testnet transactions.</p>
<p>If you prefer to use testnet, you should be able to follow along with a few tweaks that we'll cover along the way.</p>
<p>Note: There are still some bugs being worked out with the testnet sBTC system, so we're going to use a local developer environment for this tutorial.</p>
<p>For this tutorial, we're going to get you set up with a local version of the sBTC DR. Although this does require a bit more setup time, it will pay off by making your development experience significantly faster.</p>
<p>So, before going any further, make sure you have sBTC set up locally by following the <a href="./sbtc-releases/sbtc-dev/get-started-on-devnet.html">Local environment setup guide</a>.</p>
<p>Once you're all set up, it's time to start building!</p>
<p>If at any time you get stuck, you can refer to the final code at the <a href="https://github.com/kenrogers/lagoon">Lagoon repo</a>.</p>
Expand Down

0 comments on commit bbcdff6

Please sign in to comment.