Skip to content

Commit 35e2dcb

Browse files
committed
trailing slashes
1 parent e2a3c90 commit 35e2dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chain-interactions/send-transactions/interoperability/debug-and-preview-xcms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: Replay and dry-run XCMs using Chopsticks with full logging enabled.
77

88
## Introduction
99

10-
This guide demonstrates how to replay and dry-run XCMs using [Chopsticks](/reference/tools/chopsticks){target=\_blank}, a powerful tool for forking live Polkadot SDK-based chains in your local environment. These techniques are essential for debugging cross-chain message failures, tracing execution across relay chains and parachains, analyzing weight usage and error types, and safely simulating XCMs without committing state changes.
10+
This guide demonstrates how to replay and dry-run XCMs using [Chopsticks](/reference/tools/chopsticks/){target=\_blank}, a powerful tool for forking live Polkadot SDK-based chains in your local environment. These techniques are essential for debugging cross-chain message failures, tracing execution across relay chains and parachains, analyzing weight usage and error types, and safely simulating XCMs without committing state changes.
1111

1212
By following this guide, you will learn how to set up a local fork, capture and replay real XCMs, and use dry-run features to diagnose and resolve complex cross-chain issues.
1313

1414
## Prerequisites
1515

1616
Before you begin, make sure you have:
1717

18-
- [Chopsticks](/reference/tools/chopsticks){target=\_blank} installed
18+
- [Chopsticks](/reference/tools/chopsticks/){target=\_blank} installed
1919
- Access to the endpoint or genesis file of the parachain you want to fork
2020
- The block number or hash where the XCM was sent
2121
- (Optional) A Chopsticks config file for repeated setups

0 commit comments

Comments
 (0)