Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ucan-wg/ucan-community-web
- Owner: ucan-wg
- License: apache-2.0
- Created: 2021-09-20T17:30:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:45:06.000Z (5 months ago)
- Last Synced: 2024-08-08T18:21:08.387Z (4 months ago)
- Language: Svelte
- Homepage: https://ucan.xyz/
- Size: 848 KB
- Stars: 35
- Watchers: 5
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - ucan-wg/ucan-community-web - UCAN community site (others)
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.