https://github.com/timoglastra/afj-cheqd-anoncreds-demo
https://github.com/timoglastra/afj-cheqd-anoncreds-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timoglastra/afj-cheqd-anoncreds-demo
- Owner: TimoGlastra
- Created: 2023-06-10T11:07:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T11:07:56.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:13:45.320Z (10 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnonCreds / Cheqd example
1. Clone this repo
```console
git clone git@github.com:TimoGlastra/afj-cheqd-anoncreds-demo.git
```
2. Install dependencies
```console
cd afj-cheqd-anoncreds-demo
yarn install
```
3. Start the app
```console
yarn start
```