Skip to content

Commit

Permalink
Add Readme (#48)
Browse files Browse the repository at this point in the history
* Add README

* Add information

* Update the information
  • Loading branch information
boundless-forest authored Jan 18, 2024
1 parent adb581b commit c5cb298
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
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.
Binary file added resource/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/polkadot-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5cb298

Please sign in to comment.