Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ucan-wg/ucan-community-web

UCAN community site
https://github.com/ucan-wg/ucan-community-web

Last synced: 17 days ago
JSON representation

UCAN community site

Awesome Lists containing this project

README

        

# 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.

```shell
npm install
```

## Develop

To work on the application locally:

```shell
npm run dev
```

Navigate to `localhost:3000` in your web browser.

## Build

Export a static build.

```shell
npm run build
```

The build outputs the static site to the `build` directory.