Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/multiformats/cid-utils-website
- Owner: multiformats
- Created: 2018-01-23T12:47:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T20:46:30.000Z (4 months ago)
- Last Synced: 2024-08-14T22:39:25.473Z (4 months ago)
- Topics: cid, content-addressing, dag-pb, ipfs
- Language: HTML
- Homepage: https://cid.ipfs.tech/#bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
- Size: 409 KB
- Stars: 33
- Watchers: 24
- Forks: 30
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
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