https://github.com/timoglastra/anoncreds-rs-revocation-bug
anoncreds-rs-revocation-bug
https://github.com/timoglastra/anoncreds-rs-revocation-bug
Last synced: 3 months ago
JSON representation
anoncreds-rs-revocation-bug
- Host: GitHub
- URL: https://github.com/timoglastra/anoncreds-rs-revocation-bug
- Owner: TimoGlastra
- Created: 2024-05-10T05:27:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T05:28:44.000Z (about 1 year ago)
- Last Synced: 2025-01-11T22:13:43.488Z (5 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnonCreds revocation bug
## Setup
1. Install Node.JS 20 (https://nodejs.org/en/download)
2. Install pnpm (`npm install -g pnpm`)
3. Install dependencies (`pnpm install`)## Run
```sh
pnpm tsx index.ts
```