You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blockchain-development-tutorials/cadence/index.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ Discover how to build native mobile applications that leverage Flow's blockchain
50
50
-**[React Native Integration]** - Create cross-platform mobile apps with React Native and Flow
51
51
-**[Walletless Mobile Apps]** - Implement progressive web apps with walletless onboarding
52
52
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
+
53
59
## Key Features Covered
54
60
55
61
### Account Linking & Hybrid Custody
@@ -96,6 +102,7 @@ Flow's Cadence offers unparalleled capabilities for building user-friendly block
Copy file name to clipboardExpand all lines: docs/blockchain-development-tutorials/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ Cadence tutorials covering Flow's native smart contract language for secure and
88
88
-[Child Accounts] - Create and manage child accounts on Flow for hierarchical account structures and delegated account management with proper access controls.
89
89
-[Account Linking with Dapper] - Link Flow accounts with Dapper Wallet to enable seamless user experiences and account management across different wallet providers.
90
90
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
+
91
93
## [Flow EVM Development]
92
94
93
95
Comprehensive tutorials for building on Flow EVM using Solidity smart contracts and Ethereum-compatible tools and frameworks.
@@ -184,6 +186,8 @@ Flow will continue to provide quality walkthroughs and tutorials to provide deve
0 commit comments