Crates.io | subsee |
lib.rs | subsee |
version | 0.1.0 |
source | src |
created_at | 2021-08-03 15:35:44.014299 |
updated_at | 2021-08-03 15:35:44.014299 |
description | cli to inspect substrate metadata |
homepage | |
repository | |
max_upload_size | |
id | 430981 |
size | 27,026 |
CLI to inspect substrate metadata.
cargo install --git https://github.com/ascjones/subsee
Usage: subsee [--url <url>] [-p <pallet>]
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
--help display usage information
Currently just outputs the metadata of a substrate node as json.
Expects a substrate node to be running locally with the default endpoint "http://localhost:9933"
.