UCAN Check is a UCAN validator and explorer.
With UCAN Check, you can:
UCAN Check is live at: https://ucan.xyz
Install dependencies.
npm install
To work on the application locally:
npm run dev
Navigate to localhost:3000
in your web browser.
Export a static build.
npm run build
The build outputs the static site to the build
directory.