Skip to content

Commit 9f7be8d

Browse files
committed
Add fork testing to indexes
1 parent 7edb5e2 commit 9f7be8d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/blockchain-development-tutorials/cadence/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Discover how to build native mobile applications that leverage Flow's blockchain
5050
- **[React Native Integration]** - Create cross-platform mobile apps with React Native and Flow
5151
- **[Walletless Mobile Apps]** - Implement progressive web apps with walletless onboarding
5252

53+
## Testing
54+
55+
Learn how to test Cadence smart contracts with a focus on fork testing, which allows you to run tests against real on-chain state from Flow mainnet or testnet.
56+
57+
- **[Fork Testing]** - Run Cadence tests against a forked mainnet using real contracts and production data without deploying to live networks
58+
5359
## Key Features Covered
5460

5561
### Account Linking & Hybrid Custody
@@ -96,6 +102,7 @@ Flow's Cadence offers unparalleled capabilities for building user-friendly block
96102
[iOS Quickstart]: ./mobile/ios-quickstart.md
97103
[React Native Integration]: ./mobile/react-native-quickstart.md
98104
[Walletless Mobile Apps]: ./mobile/walletless-pwa.md
105+
[Fork Testing]: ./fork-testing/index.md
99106
[Flow Actions]: ../forte/flow-actions/index.md
100107
[Cross-VM Apps]: ../cross-vm-apps/index.md
101108
[Native VRF]: ../native-vrf/index.md

docs/blockchain-development-tutorials/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Cadence tutorials covering Flow's native smart contract language for secure and
8888
- [Child Accounts] - Create and manage child accounts on Flow for hierarchical account structures and delegated account management with proper access controls.
8989
- [Account Linking with Dapper] - Link Flow accounts with Dapper Wallet to enable seamless user experiences and account management across different wallet providers.
9090

91+
- [Fork Testing] - Run Cadence tests against a forked mainnet using real contracts and production data without deploying to live networks, enabling safe integration testing.
92+
9193
## [Flow EVM Development]
9294

9395
Comprehensive tutorials for building on Flow EVM using Solidity smart contracts and Ethereum-compatible tools and frameworks.
@@ -198,6 +200,7 @@ Flow will continue to provide quality walkthroughs and tutorials to provide deve
198200
[Parent Accounts]: ./cadence/account-management/parent-accounts.md
199201
[Child Accounts]: ./cadence/account-management/child-accounts.md
200202
[Account Linking with Dapper]: ./cadence/account-management/account-linking-with-dapper.md
203+
[Fork Testing]: ./cadence/fork-testing/index.md
201204
[Flow EVM Development]: ./evm/index.md
202205
[EVM Setup]: ./evm/setup/index.md
203206
[EVM Development Tools]: ./evm/development-tools/index.md

0 commit comments

Comments
 (0)