An open API service indexing awesome lists of open source software.

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

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.