Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 460 Bytes

pkt-auth

Exploring anonymous user authentication with PKT wallet.

This is an experiment and should not be used in a production environment.

Demo

https://pkt.watch/pkt-auth/ (Desktop only)

Getting started

  1. Clone this repository and navigate to the pkt-auth directory.

  2. Build the application

    npm install

  3. Start up the API

    node index.js

  4. Open demo/index.html in your web browser.