Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/multiformats/cid-utils-website

A website for decoding CIDs
https://github.com/multiformats/cid-utils-website

cid content-addressing dag-pb ipfs

Last synced: about 1 month ago
JSON representation

A website for decoding CIDs

Awesome Lists containing this project

README

        

# IPFS CID Inspector

A website for decoding CIDs

- dev: `npm start`
- build: `npm run build`
- add to ipfs: `npm run deploy`

Linux users: If you see `Error: ENOSPC: no space left on device` errors, crank up your max inotify watches:

```
sysctl -w fs.inotify.max_user_watches=524288
echo "fs.inotify.max_user_watches=524288" >>/etc/sysctl.conf
```

---

License MIT 2024