Skip to content

arturgontijo/runstrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast way to test a Substrate Runtime via RPC (eg. PolkadotJS UI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages