Skip to content

ucan-wg/ucan-community-web

Repository files navigation

UCAN Check

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

Try it

UCAN Check is live at: https://ucan.xyz

Setup

Install dependencies.

npm install

Develop

To work on the application locally:

npm run dev

Navigate to localhost:3000 in your web browser.

Build

Export a static build.

npm run build

The build outputs the static site to the build directory.