Super simple account system and gateway to LNBits intended to be used by vew-reader
to make LN payments.
cp .env.example .env
- Create a wallet on legend.lnbits.com, enable the User Manager extension, and add its credentials to
.env
. See.env.example
for which credentials to add. npm install
npm start
; ornpm run dev
for hot reloading
This is just a quick prototype implementation. It is most certainly buggy and not secure. Do not use it in a production setting.