1 unstable release
0.1.0 | Aug 3, 2021 |
---|
#53 in #inspect
8KB
82 lines
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"
.
Dependencies
~9–16MB
~222K SLoC