UCAN Check is a UCAN validator and explorer.
With UCAN Check, you can:
- Decode UCANs
- Validate UCAN signatures
- Check that UCANs are active and not expired
- Investigate UCAN proof chains and delegated capabilities
- Learn about the fields in a UCAN
UCAN Check is live at: https://ucan.xyz
Install dependencies.
npm installTo work on the application locally:
npm run devNavigate to localhost:3000 in your web browser.
Export a static build.
npm run buildThe build outputs the static site to the build directory.