Registry / testing / xcm-simulator

xcm-simulator

JSON →
library25.0.0rscratesunverified

Test kit to simulate cross-chain message passing and XCM execution

# Cargo.toml [dependencies] xcm-simulator = "25.0.0"
INSTALL
IMPORT
SIG · XCM-SIMULATOR
X
xcm-simulator
testingrustv25.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestExt
use xcm_simulator::TestExt;

Simulate cross-chain message passing in tests.

use xcm_simulator::TestExt; fn test() { TestExt::execute_with(|| { // simulate XCM execution }); }
Debug
Known issues
gotchaRequires specific runtime configuration
fix
Ensure your runtime implements the required traits for XCM simulation.
affects: >=25.0.0
Upgrade
Version history
25.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
xcm-simulator — cargo add xcm-simulator · libregistry