Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentsusoken/oid4vc-verifier-frontend-hono
https://github.com/dentsusoken/oid4vc-verifier-frontend-hono
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dentsusoken/oid4vc-verifier-frontend-hono
- Owner: dentsusoken
- Created: 2024-09-10T08:22:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T00:39:43.000Z (22 days ago)
- Last Synced: 2024-12-19T01:26:59.779Z (22 days ago)
- Language: TypeScript
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to build
## Create .dev.vars
API_BASE_URL = "YOUR OWN ENDPOINT"
INIT_TRANSACTION_PATH = "/ui/presentations"
GET_WALLET_RESPONSE_PATH = "/ui/wallet/response"
WALLET_URL = "eudi-openid4vp://YOUR OWN ENDPOINT"
WALLET_RESPONSE_PATH = "/ui/presentations/:presentationId"
PUBLCI_URL = "http://localhost:8787"## Install dependencies
npm install
## Run locally
npm run dev
## Deploy
npm run deploy