Skip to content

lnpass/lnpass-web

Repository files navigation

lnpass

A key manager for Lightning and nostr.

Demo

Download the source and run the application locally, if you want to try things for yourself.

Or see lnpass.github.io for a current snapshot of the code.
Please keep in mind that this is using public relays.

Features

  • BIP32: Hierarchical Deterministic Wallets
  • BIP85: Deterministic Entropy From BIP32 Keychains
  • LUD04: auth base spec (lnurl-auth)
  • NIP06: Basic key derivation from mnemonic seed phrase
  • NIP19: bech32-encoded entities (nsec/npub)

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

License

The project is licensed under the MIT License. See LICENSE for details.

Resources


Releases

No releases published

Packages

No packages published

Languages