A website for decoding CIDs
npm start
npm run build
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