Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aus36/did-wallet-server
The server side of the did-wallet application. This server handles all requests to create did documents, SCVPs, and validate did materials.
https://github.com/aus36/did-wallet-server
Last synced: 4 days ago
JSON representation
The server side of the did-wallet application. This server handles all requests to create did documents, SCVPs, and validate did materials.
- Host: GitHub
- URL: https://github.com/aus36/did-wallet-server
- Owner: aus36
- Created: 2023-08-05T02:48:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T20:23:04.000Z (over 1 year ago)
- Last Synced: 2023-08-06T21:37:39.723Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DID Wallet Server
## Description
This NodeJS server corresponds to the did-wallet client PWA and provides all backend functionality for creating DID documents, SCVPs, and validating decentralized identity materials.### Technologies
- NodeJS
- Express### Installation
1. Clone the repository
2. Navigate to the directory using ```cd did-wallet-server```
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 ```server``` and run ```npm install```
6. Run ```npm start``` to run the server
7. To make calls to the server, the client application must be used. This can be found in the repository at this link: https://github.com/aus36/did-wallet-client
8. The output from the server will be displayed in your terminal running the server when API endpoints are accessed