Follow up edits to fork testing docs#1620
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jribbink
marked this pull request as draft
December 12, 2025 20:18
jribbink
force-pushed
the
jribbink/fork-edits
branch
from
December 15, 2025 14:14
e74f95f to
3c3029b
Compare
jribbink
force-pushed
the
jribbink/fork-edits
branch
from
December 15, 2025 14:16
3c3029b to
7089134
Compare
jribbink
marked this pull request as ready for review
December 15, 2025 14:51
jribbink
marked this pull request as draft
December 15, 2025 14:51
jribbink
marked this pull request as ready for review
December 15, 2025 15:03
chasefleming
requested changes
Dec 16, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR contains follow-up documentation edits to the fork testing documentation, improving clarity, accuracy, and consistency across multiple files. The changes enhance the explanation of fork testing capabilities and update examples to reflect current best practices.
Key Changes:
- Added DeFi-focused use cases and examples throughout the fork testing documentation
- Improved React app examples by migrating from Create React App to Next.js with App Router
- Enhanced clarity around fork network configuration and automatic setup
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/build/tools/flow-cli/index.md | Added fork testing mode to the CLI capabilities list with link to documentation |
| docs/build/tools/flow-cli/fork-testing.md | New comprehensive fork testing overview document covering both emulator and test framework modes |
| docs/build/tools/flow-cli/flow.json/configuration.md | Added documentation for fork network configuration with automatic alias inheritance |
| docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md | Major updates including DeFi examples, Next.js migration, and improved deployment workflow documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Fork testing creates a local Flow network that mirrors the state of a real network (mainnet or testnet). Your code runs locally, but can read from and interact with production contract implementations, real account balances, and actual on-chain data. | ||
|
|
||
| **Key Benefits:** |
mfbz
approved these changes
Dec 16, 2025
chasefleming
approved these changes
Dec 16, 2025
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.
Related: #1596