https://github.com/lit-protocol/claim-key-demo-nodejs
Claimable key Demo in NodeJS environment
https://github.com/lit-protocol/claim-key-demo-nodejs
hd-keys lit nodejs pkp stytch
Last synced: about 1 year ago
JSON representation
Claimable key Demo in NodeJS environment
- Host: GitHub
- URL: https://github.com/lit-protocol/claim-key-demo-nodejs
- Owner: LIT-Protocol
- Created: 2023-09-29T21:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T21:14:33.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T12:45:53.133Z (almost 2 years ago)
- Topics: hd-keys, lit, nodejs, pkp, stytch
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lit PKP Claim Demo for NodeJS Enviorment
Demo for showcasing claimable key flow, `Auth Method` used in this demo is `stytch` showcasing
- How to derive a key from a stytch auth method type
- How to claim a key from a stytch auth method type
## Usage
Running the demo for key claiming
```
yarn start --claim
```
Running the demo for querying keys after claiming
```
yarn start --lookup
```
*Note* All code in this demo is runnable in a web context.