Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aus36/did-wallet-client
A progressive web app designed to be used as a wallet to hold decentralized identity information
https://github.com/aus36/did-wallet-client
Last synced: 4 days ago
JSON representation
A progressive web app designed to be used as a wallet to hold decentralized identity information
- Host: GitHub
- URL: https://github.com/aus36/did-wallet-client
- Owner: aus36
- License: mit
- Created: 2023-08-05T01:53:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T03:16:41.000Z (over 1 year ago)
- Last Synced: 2023-08-05T03:25:10.075Z (over 1 year ago)
- Language: JavaScript
- Size: 6.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DID Wallet Progressive Web Application
## Description
This progressive web application gives users the ability to input their information about themselves or the organization they represent, and the website will use this information to return a generated DID document back to them in compliant did:web specification. The application will also generate a basic sigchain verifiable presentation (SCVP) for the user, and allows verification between a hosted did document and verifiable presentation.### Technologies
- React
- GitHub Pages (Hosting)### Installation
1. Clone the repository
2. Navigate to the directory using ```cd did-generator```
3. This project uses node version 16, so ensure that you have nvm installed and run ```nvm use 16```
4. In a terminal, navigate to ```src/client``` and run ```npm install```
6. Run ```npm start``` to run the client
7. Navigate to localhost:3000 in your browser to view the application, if the previous command doesn't automatically do it
8. The results will be displayed in the console of the browser after clicking "Submit"