Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 468 Bytes

Alby Payground

Installation

Configuration

Simply configure your macaroon HEX string (e.g. from Polar) and the REST API address in a .env file. See .env.example.

$ git clone https://github.com/getAlby/regtest-website.git
$ cd regtest-website
$ yarn install
$ cp .env.example .env
# edit .env or set a `LND_URL` and `LND_MACAROON_HEX` environment variable
$ node fourohtwo.js
$ open http://localhost:3030