Skip to content

playproject-io/flamingo-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Trenz Lightning Backend

Pre-req:

  • bitcoind, bitcoin-cli (Bitcoin Core) installed and on PATH
  • Core Lightning: lightningd & lightning-cli installed and on PATH
  • node >= 16, npm
  1. Edit .env if needed.

  2. Start nodes + wallet + lightningd:

    ./scripts/start-all.sh
    
  3. Start backend: npm run start-backend

  4. Start client test: npm run start-cli

  5. Stop services: ./scripts/stop-all.sh

  6. Bundle with: npm run start-web (Requires budo installed; optional.)


🐳 Running with Docker (Recommended)

You can run the entire project without installing local dependencies.

  1. Start:
    docker compose up --build
  2. Open: http://localhost:9966
  3. Stop: Press Ctrl+C or run docker compose down.

About

self custodial peer to peer bitcoin lightning wallet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors