Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/really-simple-decentralized-syndication/did-demo-writer
- Owner: really-simple-decentralized-syndication
- License: mit
- Created: 2023-07-20T12:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:30:16.000Z (about 2 months ago)
- Last Synced: 2024-11-27T18:49:04.379Z (about 2 months ago)
- Topics: cryptography, decentralization, demo
- Language: TypeScript
- Size: 1.14 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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