#substrate #metadata #inspect #url #display #cli #pallet

app subsee

用于检查substrate元数据的命令行工具

1 个不稳定版本

0.1.0 2021年8月3日

#46#inspect

MIT 许可证

8KB
82

subsee

CLI工具,用于检查substrate元数据。

cargoinstall --githttps://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

当前仅输出substrate节点的元数据为json格式。

期望substrate节点在本地运行,默认端点为 "https://127.0.0.1:9933"

依赖项

~11MB
~218K SLoC