https://github.com/char/k256-paper-key
super shrimple web app for paper key generation for did:plc rotation keys
https://github.com/char/k256-paper-key
Last synced: about 1 year ago
JSON representation
super shrimple web app for paper key generation for did:plc rotation keys
- Host: GitHub
- URL: https://github.com/char/k256-paper-key
- Owner: char
- Created: 2025-05-02T04:41:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T17:25:02.000Z (about 1 year ago)
- Last Synced: 2025-06-10T00:48:35.027Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://paper-k256.umm.gay
- Size: 22.5 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k256-paper-key
little key generator
## setup
```shell
$ deno task build
$ # web/ dir is the webroot. u can serve it with whatever
$ deno task watch
Listening at http://127.0.0.1:3000/ ...
```