In-browser wallet for Stellar blockchain. Supports receiving and sending XLM with custom fee limit and transaction memos. Progressive web app using Next.js, fully client-side, communicates directly with Horizon API servers.
Demo available here! You need an existing Stellar account/keypair to use lumite.
npm i
npm run build:ssg
Then, use any web server to host the docs
directory.
http-server -p 80 docs