multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

Add method to provide the human readable version #52

Open olizilla opened 6 years ago

olizilla commented 6 years ago

Provide a simple way to get at the human readable version of the CID as defined here: https://github.com/ipld/cid#human-readable-cids

Prior art: https://github.com/ipfs-shipyard/ipld-explorer/blob/ff64b2fba5ad556af83617a488dc5a7b71aad572/src/lib/cid.js#L26-L80