Skip to content

getAlby/sparkyhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparky Hub

Multi-User NWC Wallet Service using Spark to enable each user to have their own keys.

WARNING: THIS IS AN ALBY EXPERIMENTAL HACK DAY PROJECT

  • Spark is very unstable right now and has almost daily breaking changes.
  • Spark has not implemented unilateral withdrawal yet.
  • Currently mnemonics are stored as plaintext. We did not focus on security as part of this hackday project and are still considering options for a secure multi-user wallet service.
  • Do not put more than 100 sats into the wallet - we give no guarantee that the funds will always be accessible

Try it here: Sparky Hub

Development

Frontend

cd frontend
yarn install
yarn dev

Build

This will allow you to access it served as static files from the backend at localhost:3001.

yarn build

Backend

cd backend
cp .env.example .env
yarn install
yarn prisma migrate dev
yarn start

About

Multi-User NWC Wallet Service using Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •