1
1
mirror of https://github.com/bumi/lntip synced 2024-06-06 05:19:58 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
fec31b2bd1 Add support to connect to TOR nodes
This requires tor to be installed/running on the system
2021-08-27 14:35:09 +02:00
518a834066 Formatting 2021-08-27 11:24:51 +02:00
dcaa4f6cc4 Add Support for macaroon and cert as HEX strings
This also changes the configuration options.
Now multiple config sources are supported:

1. cli flags
2. environment variables
3. config toml file
2020-10-25 22:16:05 +01:00
05fa7500b0 Comments and documentation 2020-10-23 20:38:18 +02:00
456ae2eb50 Add endpoint to get ne onchain BTC address 2020-10-22 20:15:34 +02:00
3029a91726 Better error logging 2019-02-21 11:49:11 +01:00
faf858f0c4 go fmt 2019-02-20 01:31:03 +01:00
01fb7be447 Refactor to mimic the lnd rest API a bit 2019-02-19 20:55:07 +01:00
a070fe35a0 Use JSON POST request for invoice creation 2019-01-07 21:29:08 +01:00
08d0eee00c API only
It should be easy to integrate into any webpage. We do this with a
little JS snippet, so no need for rendering HTML templates etc.
2019-01-07 16:52:38 +01:00
bfa5219b02 hello world 2019-01-07 16:26:08 +01:00