Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 694 Bytes

polkadot-cli

This interactive CLI tool is designed for effortless interaction with Substrate-based chains, using the polkadot-sdk. Its goal is to offer functionality akin to that of the Polkadot Apps.

$ polkadot-cli

polkadot-cli

Highlight Features

  1. Switch networks with a simple command

    $ app switch-network --network polkadot
    
  2. App Dashboard to view the concrete runtime information, such as runtime version, pallet information.

    $ app dash-board

    app dashboard

  3. Command completion, try to type usage yourself.