mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 06:31:09 +00:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
NODE_TEMPLATE=../target/release/test-node
|
|
$NODE_TEMPLATE --chain=dev-chain.json --alice -lrpc=debug
|