An open API service indexing awesome lists of open source software.

https://github.com/boundless-forest/polkadot-cli

Substrate based chain command helper
https://github.com/boundless-forest/polkadot-cli

polkadot substrate-pallet substrate-runtime

Last synced: 2 months ago
JSON representation

Substrate based chain command helper

Awesome Lists containing this project

README

        

# polkadot-cli

This interactive CLI tool is designed for effortless interaction with Substrate-based chains, using the [polkadot-sdk](https://github.com/paritytech/polkadot-sdk). Its goal is to offer functionality akin to that of the Polkadot Apps.

```sh
$ polkadot-cli
```

![polkadot-cli](./resource/polkadot-cli.png)

# 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.

```sh
$ app dash-board
```

![app dashboard](./resource/dashboard.png)

3. Command completion, try to type `usage` yourself.