From 201c86b6dbbf965111a76bf3d00a7dea65659737 Mon Sep 17 00:00:00 2001 From: Mitchell Cuevas Date: Mon, 23 Dec 2024 20:11:29 +0000 Subject: [PATCH] GITBOOK-246: Add link to DIA oracle docs --- reference/the-stack.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/the-stack.md b/reference/the-stack.md index a48d9b83eb..e8bca365c4 100644 --- a/reference/the-stack.md +++ b/reference/the-stack.md @@ -2,7 +2,7 @@ New to developing on Stacks or looking for a quick reference guide for all the important components and links? You're in the right place. -We'll go over all the building blocks you need to be aware of to build high-quality Stacks dapps. This page exists to serve as a reference to the Stacks developer's tool chest. +We'll go over all the building blocks you need to be aware of to build high-quality Stacks dapps. This page exists to serve as a reference to the Stacks developer's tool chest. In addition to the tools below, stacks.co houses an index of [apps, services, and other integrations available on Stacks](https://www.stacks.co/explore/ecosystem?category=All+Teams#tools). ### Building Blocks @@ -66,6 +66,10 @@ One of the key use cases for Stacks is being able to directly interact with the The DegenLabs team has created a [suite of tools](https://stacking.tools/) to make stacking significantly easier including a signer signature generator, a solo stacking dapp to stack without needing to run a signer, and a TypeScript library for mocking stacking functions. +#### Oracles and Price Feeds + +DIA and Pyth provide oracle services for the Stacks layer. Find [documentation for DIA here](https://docs.diadata.org/use-nexus-product/nexus/data-delivery-usage/integrated-blockchains/stacks-price-oracles) and learn more about the [developer release of Pyth here](https://www.pyth.network/blog/developer-release-pyth-on-stacks). + ### Educational Resources #### Docs