Files
pezkuwi-subxt/polkadot/test-parachains
thiolliere 6d778c99d2 update substrate (#259)
* WIP

* merging select_chain

* WIP

* update to point to gui-polkadot-master

* Fix collator

* update gui-polkadot-master and fix

* fix unwraps

* better returning an error
2019-05-15 14:35:27 -04:00
..
2019-05-15 14:35:27 -04:00
2019-02-19 13:59:29 -03: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.