mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 03:47:59 +00:00
7f0847107c
* Make event subscription logic more generic. * Fix build. * Add test-node. * Update deps. * Address review comments.
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
NODE_TEMPLATE=../target/release/test-node
|
|
$NODE_TEMPLATE --chain=dev-chain.json --alice
|