Metadata-Version: 2.1
Name: cid-cli
Version: 1.0
Summary: CLI wrapper for py-cid for decoding CID
Home-page: https://github.com/weaming/cid-cli
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/cid-cli
Project-URL: Bug Reports, https://github.com/weaming/cid-cli
Keywords: cid,ipfs,filecoin
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: py-cid

# 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
```




