add CCIP integration guide for tempo testnet#3685
Merged
gfletcher-cll merged 5 commits intomainfrom Apr 24, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dev-dist
approved these changes
Apr 24, 2026
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 sidebar navigation support for integrating Chainlink CCIP with the Tempo Moderato Testnet, including a detailed integration guide and updates to related index and navigation files. The main focus is to help users enable cross-chain token transfers to and from Tempo using the standard BurnMint mechanism, with step-by-step instructions and background about the Tempo network.
Key changes:
1. Documentation Additions and Updates
Tempo Integration Guide(tempo-integration-guide.mdx) that explains how to set up cross-chain token transfers on Tempo, covering prerequisites, the TIP-20 standard, gas model differences, and a step-by-step integration process. This includes images, code snippets, and troubleshooting resources.index.mdx), making it discoverable for users browsing integration options.llms-full.txt) to reference and include the new Tempo guide, ensuring consistency across documentation formats. [1] [2]2. Navigation and Sidebar Enhancements
Tempo Integration Guideto the CCIP sidebar navigation (ccip-dynamic.ts), so users can easily find it when browsing documentation for EVM networks.These changes collectively make it much easier for developers to discover, understand, and follow the process for enabling CCIP on the Tempo network, while keeping documentation organized and up-to-date.