Ecosyste.ms: Awesome

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

https://github.com/ascjones/subsee

CLI to inspect substrate metadata
https://github.com/ascjones/subsee

Last synced: 3 months ago
JSON representation

CLI to inspect substrate metadata

Lists

README

        

# subsee

### Deprecated: please use [`subxt-cli`](https://github.com/paritytech/subxt#downloading-metadata-from-a-substrate-node) or [`subwasm`](https://github.com/chevdor/subwasm)

CLI to inspect substrate metadata.

```shell
cargo install --git https://github.com/ascjones/subsee
```

```
Usage: subsee [--url ] [-p ] [-f ]

Inspect substrate metadata

Options:
--url the url of the substrate node to query for metadata
-p, --pallet the name of a pallet to display metadata for, otherwise
displays all
-f, --format the format of the metadata to display: `json`, `hex` or
`bytes`
--help display usage information
```

For example:

```shell
subsee --format json --url https://rpc.polkadot.io/
```