mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 14:57:56 +00:00
21d07c6c24
* Add support for light clients. * Add wasm toolchain to ci. * Fix ci tests. * Address review comments. * Use expect instead of unwrap. * Purge light client chain too. * Add README section.
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
NODE_TEMPLATE=../../substrate/target/release/node-template
|
|
$NODE_TEMPLATE --chain=dev-chain.json --alice
|