runstrate
Fast way to test a Substrate Runtime via RPC (eg. PolkadotJS UI).
Build & Run
git clone https://github.com/arturgontijo/runstrate
cd runstrate
cargo b -r
./target/release/runstrate
Go to PolkadotJS UI Explorer.
You can also set some parameters using CLI options:
./target/release/runstrate --help
Usage: runstrate [OPTIONS]
Options:
--host <HOST> Websocket host [default: 0.0.0.0]
--port <PORT> Websocket port [default: 9944]
--block-time <BLOCK_TIME> milliseconds per block (0 = instant) [default: 6000]
-h, --help Print help