-
Notifications
You must be signed in to change notification settings - Fork 78
Follow up edits to fork testing docs #1620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e74f95f to
3c3029b
Compare
3c3029b to
7089134
Compare
docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great
Related: #1596