Skip to content

heybeckyv/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.

About

UCAN community site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 46.8%
  • TypeScript 43.4%
  • JavaScript 6.4%
  • HTML 3.4%