Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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