Forward incoming payments to multiple lightning addresses powered by the Alby Wallet API
⚠️ Alby Deployment at https://zapsplitter.fly.dev/ is no longer available due to lack of resources to maintain this project. Feel free to run it on your own if you find it valuable. This app was created as a proof of concept for lightning prisms using Alby webhooks. This could be much more easily implemented now with NWC using NIP-47 notifications
Run yarn install
Run cp .env.example .env.local && husky install
Run $ yarn cloak:generate
and set PRISMA_FIELD_ENCRYPTION_KEY=<CLOAK_MASTER_KEY>
in .env.local
Run yarn db:migrate:deploy
(if developing with Docker make sure to run Run yarn docker:start
first)
Run yarn docker:start
Run yarn dev
Run yarn dev
This is a Next.js project bootstrapped with create-next-app
.