subsee

Crates.iosubsee
lib.rssubsee
version0.1.0
sourcesrc
created_at2021-08-03 15:35:44.014299
updated_at2021-08-03 15:35:44.014299
descriptioncli to inspect substrate metadata
homepage
repository
max_upload_size
id430981
size27,026
Chevdor (chevdor)

documentation

README

subsee

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".

Commit count: 0

cargo fmt