Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ascjones/subsee
CLI to inspect substrate metadata
https://github.com/ascjones/subsee
Last synced: about 1 month ago
JSON representation
CLI to inspect substrate metadata
- Host: GitHub
- URL: https://github.com/ascjones/subsee
- Owner: ascjones
- Archived: true
- Created: 2021-01-15T17:30:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T09:25:25.000Z (over 2 years ago)
- Last Synced: 2024-04-14T00:57:37.339Z (8 months ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 24
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-substrate - `subsee` - CLI to inspect metadata of a Substrate node as JSON. (Tools)
- awesome-substrate - `subsee` - CLI to inspect metadata of a Substrate node as JSON. (Tools)
README
# subsee
### Deprecated: please use [`subxt-cli`](https://github.com/paritytech/subxt#downloading-metadata-from-a-substrate-node) or [`subwasm`](https://github.com/chevdor/subwasm)
CLI to inspect substrate metadata.
```shell
cargo install --git https://github.com/ascjones/subsee
``````
Usage: subsee [--url ] [-p ] [-f ]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:
```shell
subsee --format json --url https://rpc.polkadot.io/
```