Data Feeds: Stellar integration - #4162
Draft
dev-dist wants to merge 2 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive documentation and configuration support for Chainlink Data Feeds on the Stellar blockchain. It introduces new sidebar navigation, detailed guides for both onchain and offchain usage, and JSON catalog files for Stellar mainnet and testnet feeds. The changes ensure users can discover, understand, and integrate Chainlink Data Feeds with Stellar smart contracts and applications.
Stellar Data Feeds Documentation and Configuration:
Added extensive guides for using Chainlink Data Feeds on Stellar, including an overview, offchain usage, and onchain integration using Soroban smart contracts in Rust. These guides explain the proxy/cache architecture, supported networks, error handling, answer precision, and provide step-by-step instructions and code samples.
Created JSON catalog files listing available Stellar Data Feeds for both mainnet and testnet (
feeds-stellar-mainnet.jsonandfeeds-stellar-testnet.json). These files follow the pattern used for other non-EVM chains and will be referenced in the documentation and UI. [1] [2]Navigation and Cross-linking Updates:
sidebar.tsto include a new "Stellar Guides" section with links to the Stellar overview, offchain, and onchain guides.