Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 801 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 801 Bytes

subsee

Deprecated: please use subxt-cli or subwasm

CLI to inspect substrate metadata.

cargo install --git https://github.com/ascjones/subsee
Usage: subsee [--url <url>] [-p <pallet>] [-f <format>]

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:

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