-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add README * Add information * Update the information
- Loading branch information
1 parent
adb581b
commit c5cb298
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# Polkadot Cli | ||
# 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.