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

https://github.com/ipfs/cid.ipfs.tech

A website for decoding CIDs
https://github.com/ipfs/cid.ipfs.tech

cid content-addressing dag-pb ipfs

Last synced: 4 months 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`

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