cid-utils-website icon indicating copy to clipboard operation
cid-utils-website copied to clipboard

A website for decoding CIDs

Results 16 cid-utils-website issues
Sort by recently updated
recently updated
newest added

Fixes inotify errors found in #7. The build process now only has to watch the src dir rather than the whole project. Brings external img refs inline so all the...

If the CID use the `libp2p-key` codec ([example](https://cid.ipfs.tech/#bafzbeie5745rpv2m6tjyuugywy4d5ewrqgqqhfnf445he3omzpjbx5xqxe)), it would be pretty neat to also decode the embedded public key, according to https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md.

Implement metrics in this project - [x] #56 - [ ] #57 **Additional context** - https://github.com/ipfs/ipfs-gui/issues/105 - https://github.com/ipfs/ipfs-gui/issues/117 - https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md

this should be an error https://cid.ipfs.tech/#zQmTFGZgypZBYozPTF2qqeho5n17MJXSkHRMDhRqmkroAZu see: https://github.com/multiformats/js-multiformats/issues/240 currently it shows the multibase as "implicit" but it's been explicitly set... and a CID v0 should not have a multibase prefix.

Add a CID builder that lets you create a CID from drop downs for each multiformat, or let's you paste in a human CID to get the encoded version out.

We should have a test for each: - CIDv0 (`QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR`) - CIDv1 base32 - dag-pb - raw - dag-json - dag-cbor - CIDv1 base36 - libp2p-key codec - PeerID (not...

https://cid.ipfs.io/#bafk2bzaceaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa tells the user about the CID, however, it'd be nice if some of the parameters were dropdowns so you could see what the CID looks like if slightly changed....

If you modify https://cid.ipfs.io/#bafk2bzaceaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa to be one character shorter than it should be, all the information disappears save for the `multihash length inconsistent:` error even though the valid multibase, multicodec,...

...or spec should match what this site does. https://github.com/multiformats/cid#human-readable-cids ``` # corresponding human readable CID base58btc - cidv1 - raw - sha2-256-256-6e6ff7950a36187a801613426e858dce686cd7d7e3c0fc42ee0330072d245c95 ``` https://cid.ipfs.io/#zb2rhe5P4gXftAwvA4eXQ5HJwsER2owDyS9sKaQRRVQPn93bA ``` Human readable CID base58btc -...