mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
7f0847107c
* Make event subscription logic more generic. * Fix build. * Add test-node. * Update deps. * Address review comments.
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
NODE_TEMPLATE=../target/release/test-node
|
|
$NODE_TEMPLATE purge-chain --dev
|
|
$NODE_TEMPLATE build-spec --dev > dev-chain.json
|
|
rm -rf /tmp/subxt-light-client
|