/channel.ninja

Primary LanguageTypeScript

channel.ninja Logo

channel.ninja

channel.ninja is a tool to recommend channel partners for your lightning node.

Installation

$ yarn

Environment variables

$ cp server/.env.example server/.env
$ cp client/.env.example client/.env

Configure .env files according to your node and sqlite database.

Running the app

# development
$ yarn start:dev

# production mode
$ yarn build
$ yarn start:prod