Skip to content

Commit 73e866e

Browse files
eric-stacksgitbook-bot
authored andcommitted
GITBOOK-29: updating Pyth guides
1 parent fa87af4 commit 73e866e

File tree

19 files changed

+516
-533
lines changed

19 files changed

+516
-533
lines changed
57.6 KB
Loading

docs/build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We all have different styles of learning. If you've already got a good concept o
4242
| Completely new to building with Stacks | [Developer Quickstart](get-started/developer-quickstart.md) |
4343
| Learning smart contract development | [Clarity Crash Course](get-started/clarity-crash-course.md), [Learn Clarinet](/broken/pages/UK5Kgh2MHLoQvfoFVnLr) |
4444
| Preferring a structured, guided course that shows you every step to build full-stack apps | [Stacks Developer Degree](https://learnweb3.io/degrees/stacks-developer-degree/), [Bitcoin Primer](https://app.gitbook.com/s/pJEGnyzUL9M4FaVMEB15/) |
45-
| Wanting to integrate sBTC in your app | [sBTC guides](misc.-guides/sbtc/) |
45+
| Wanting to integrate sBTC in your app | [sBTC guides](more-guides/sbtc/) |
4646
| Launching a token | [Create Tokens](get-started/create-a-token/) |
4747
| Interested in security / auditing | [Stacks Bug Bounties](https://immunefi.com/bug-bounty/stacks/information/) |
4848

docs/build/SUMMARY.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
## Clarinet Integrations
4343

44-
* [Pyth Oracle Integration](clarinet-integrations/pyth-oracle-integration.md)
4544
* [Chainhook Integration](clarinet-integrations/chainhook-integration.md)
4645
* [Stacks.js Integration](clarinet-integrations/stacks.js-integration.md)
4746
* [sBTC Integration](clarinet-integrations/sbtc-integration.md)
@@ -82,20 +81,20 @@
8281

8382
## Stacks.js Integrations
8483

85-
* [Pyth Oracle Integration](stacks.js-integrations/pyth-oracle-integration.md)
8684
* [React Native Integration](stacks.js-integrations/react-native-integration.md)
8785

88-
## Misc. Guides
89-
90-
* [sBTC](misc.-guides/sbtc/README.md)
91-
* [sBTC Builder Quickstart](misc.-guides/sbtc/sbtc-builder-quickstart.md)
92-
* [How to Use the sBTC JS Library for Bridging](misc.-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/README.md)
93-
* [Depositing: Pegging BTC into sBTC](misc.-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/btc-to-sbtc.md)
94-
* [Withdrawing: Pegging sBTC into BTC](misc.-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/sbtc-to-btc.md)
95-
* [Price Oracles](misc.-guides/price-oracles.md)
96-
* [Build a Borrowing & Lending Protocol](misc.-guides/build-a-borrowing-and-lending-protocol.md)
97-
* [Bitcoin Integration](misc.-guides/bitcoin-integration/README.md)
98-
* [Sending Bitcoin with Leather](misc.-guides/bitcoin-integration/sending-bitcoin-with-leather.md)
99-
* [Verifying a Bitcoin Transaction](misc.-guides/bitcoin-integration/verifying-a-bitcoin-transaction.md)
100-
* [Parsing a Bitcoin Transaction](misc.-guides/bitcoin-integration/parsing-a-bitcoin-transaction.md)
101-
* [Community Tutorials](misc.-guides/community-tutorials.md)
86+
## More Guides
87+
88+
* [sBTC](more-guides/sbtc/README.md)
89+
* [sBTC Builder Quickstart](more-guides/sbtc/sbtc-builder-quickstart.md)
90+
* [How to Use the sBTC JS Library for Bridging](more-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/README.md)
91+
* [Depositing: Pegging BTC into sBTC](more-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/btc-to-sbtc.md)
92+
* [Withdrawing: Pegging sBTC into BTC](more-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/sbtc-to-btc.md)
93+
* [Price Oracles](more-guides/price-oracles/README.md)
94+
* [Using Pyth with Stacks](more-guides/price-oracles/pyth.md)
95+
* [Build a Borrowing & Lending Protocol](more-guides/build-a-borrowing-and-lending-protocol.md)
96+
* [Bitcoin Integration](more-guides/bitcoin-integration/README.md)
97+
* [Sending Bitcoin with Leather](more-guides/bitcoin-integration/sending-bitcoin-with-leather.md)
98+
* [Verifying a Bitcoin Transaction](more-guides/bitcoin-integration/verifying-a-bitcoin-transaction.md)
99+
* [Parsing a Bitcoin Transaction](more-guides/bitcoin-integration/parsing-a-bitcoin-transaction.md)
100+
* [Community Tutorials](more-guides/community-tutorials.md)

docs/build/clarinet-integrations/pyth-oracle-integration.md

Lines changed: 0 additions & 332 deletions
This file was deleted.

docs/build/get-started/developer-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ This is just the beginning. There are many ways we can improve upon this app. He
826826

827827
* Deploy to mainnet and share your project with the community
828828
* Use [Chainhooks](https://docs.hiro.so/en/tools/chainhooks) to index emitted events from the contract
829-
* Integrate the [`sbtc`](../misc.-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/) library so users can directly bridge their BTC to sBTC in-app
829+
* Integrate the [`sbtc`](../more-guides/sbtc/how-to-use-the-sbtc-js-library-for-bridging/) library so users can directly bridge their BTC to sBTC in-app
830830
* Utilize SIP-009 NFTs to uniquely identify each message for each author
831831

832832
***
File renamed without changes.

docs/build/misc.-guides/bitcoin-integration/parsing-a-bitcoin-transaction.md renamed to docs/build/more-guides/bitcoin-integration/parsing-a-bitcoin-transaction.md

File renamed without changes.

docs/build/misc.-guides/bitcoin-integration/sending-bitcoin-with-leather.md renamed to docs/build/more-guides/bitcoin-integration/sending-bitcoin-with-leather.md

File renamed without changes.

docs/build/misc.-guides/bitcoin-integration/verifying-a-bitcoin-transaction.md renamed to docs/build/more-guides/bitcoin-integration/verifying-a-bitcoin-transaction.md

File renamed without changes.

docs/build/misc.-guides/build-a-borrowing-and-lending-protocol.md renamed to docs/build/more-guides/build-a-borrowing-and-lending-protocol.md

File renamed without changes.

0 commit comments

Comments
 (0)