Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/really-simple-decentralized-syndication/did-demo-writer


https://github.com/really-simple-decentralized-syndication/did-demo-writer

cryptography decentralization demo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DID Demo Writer

How to import PEM keys to writer:

`npm i`

`node extract-key.js private private.pem` this will output privateKeyHexString

`node extract-key.js public public.pem` this will output pubKeyHexString

inside browser console do:

`localStorage.setItem('privateKey', privateKeyHexString)`

`localStorage.setItem('publicKey', pubKeyHexString)`

refresh the webpage to finish the process