Files
pezkuwi-subxt/polkadot/test-parachains
Benjamin Kampmann 9fb22ce28d Cleaning up dependencies (#125)
* cargo update
* Update to latest ctrlc crate
* Update vergen
* Update to latest pretty_assertions
* Update log
* Update parking_lot
* Update hex-rustc
2019-02-08 18:25:15 +01:00
..
2019-02-08 18:25:15 +01:00
2019-01-28 15:43:14 +01:00

Test Parachains

Each parachain consists of three parts: a #![no_std] library with the main execution logic, a WASM crate which wraps this logic, and a collator node.

Run build.sh in this directory to build all registered test parachains and copy the generated WASM to the parachain/tests/res folder.