Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weaming/cid-cli
CLI wrapper for py-cid to decode a CID to human readable format.
https://github.com/weaming/cid-cli
cid filecocin ipfs
Last synced: 10 days ago
JSON representation
CLI wrapper for py-cid to decode a CID to human readable format.
- Host: GitHub
- URL: https://github.com/weaming/cid-cli
- Owner: weaming
- Created: 2020-11-02T01:18:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T02:19:29.000Z (about 4 years ago)
- Last Synced: 2024-11-15T22:11:54.568Z (about 1 month ago)
- Topics: cid, filecocin, ipfs
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CID
CLI wrapper for py-cid
```
> pip3 install cid-cli> cid QmaozNR7DZHQK1ZcU9p7QdrshMvXqWK6gpu5rmrkPdT3L4
base58btc - cidv0 - dag-pb - sha2-256-256-b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9> cid bafy2bzaceak4ipewhpc3wrrotbfbiquhv2celtjgsyigetmbxlbe5b6rmk4am
base32 - cidv1 - dag-cbor - blake2b-256-256-15c43c963bc5bb462e984a144287ae8445cd269610624d81bac24e87d162b806> cid QmaozNR7DZHQK1ZcU9p7QdrshMvXqWK6gpu5rmrkPdT3L
Unsupported hash code 80> cid bafy2bzaceak4ipewhpc3wrrotbfbiquhv2celtjgsyigetmbxlbe5b6rmk4a
Inconsistent multihash length 31 != 32
```