Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 494 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 494 Bytes

IPFS CID Inspector

CID Inspector screenshot

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 2018