We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348fbb8 commit 5cc19bcCopy full SHA for 5cc19bc
docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md
@@ -110,7 +110,7 @@ The emulator's fork mode starts a local Flow blockchain that connects to a real
110
111
- Full gRPC and REST API servers running locally
112
- On-demand fetching of accounts, contracts, and state from the live network
113
-- Disabled signature validation—execute transactions as any mainnet account
+- Disabled signature validation. You can impersonate any mainnet account to execute transactions
114
- All mutations stay local—never affect the real network
115
- Perfect for E2E tests, manual exploration, and debugging
116
0 commit comments