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
- Host: GitHub
- URL: https://github.com/boundless-forest/polkadot-cli
- Owner: boundless-forest
- Created: 2023-06-27T14:03:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T03:28:04.000Z (over 1 year ago)
- Last Synced: 2025-01-28T03:19:51.601Z (4 months ago)
- Topics: polkadot, substrate-pallet, substrate-runtime
- Language: Rust
- Homepage:
- Size: 252 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```
# 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
```
3. Command completion, try to type `usage` yourself.