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

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

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