Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ran-2012/did-frontend
A simple demo of Decentralized Identity and Verifiable Credential.
https://github.com/ran-2012/did-frontend
decentralized-identity did react typescript vc verifiable-credentials
Last synced: about 2 months ago
JSON representation
A simple demo of Decentralized Identity and Verifiable Credential.
- Host: GitHub
- URL: https://github.com/ran-2012/did-frontend
- Owner: ran-2012
- License: mit
- Created: 2024-05-19T06:29:50.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-07-07T09:15:22.000Z (6 months ago)
- Last Synced: 2024-07-08T10:06:38.507Z (6 months ago)
- Topics: decentralized-identity, did, react, typescript, vc, verifiable-credentials
- Language: TypeScript
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
- Node.js
https://nodejs.org/zh-cn
Recommended version: 20.13.1- Install dependencies
```bash
npm install -g pnpm concurrently
pnpm install
```
> `pnpm instlall` would take a while- Set up env
Create a new `.env` file using the `sample.env` file as a template and fill in the required information.
- Register a Infura key: https://app.infura.io/
- Create a Wallet Project Id: https://cloud.walletconnect.com/- Run
`pnpm run dev`
- If you run this project on Windows and it doesn't work due to command `cp` is not available, I recommend you to change default shell for node to powershell.
`npm config --global set script-shell Powershell`