Skip to content

Commit

Permalink
Use LndHub and LNDhub.go consistently
Browse files Browse the repository at this point in the history
There are various spelling of LndHub used accross the documentation.
Let's use LndHub for the original version and LNDhub.go for the rewrite.
  • Loading branch information
prusnak committed Jul 13, 2022
1 parent 8959601 commit 017bd73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Alternatively you can also use the [Alby simnetwork](https://github.com/getAlby/

## Database

LndHub.go requires a PostgreSQL database backend.
LNDhub.go requires a PostgreSQL database backend.

## Prometheus

Expand Down
8 changes: 4 additions & 4 deletions notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Rebuilding LndHub

Goal of this project is to build a simple accounting system with a [LNDHub](https://github.com/BlueWallet/LndHub) compatible API that focusses on simplicity, maintainability and ease of deployment.
Goal of this project is to build a simple accounting system with a [LndHub](https://github.com/BlueWallet/LndHub) compatible API that focusses on simplicity, maintainability and ease of deployment.

[LNDHub](https://github.com/BlueWallet/LndHub) is a simple accounting system for LND. It allows users to send and receive lightning payments. Through the API people can access funds through a shared lightning node. (see overview.png diagram)
[LndHub](https://github.com/BlueWallet/LndHub) is a simple accounting system for LND. It allows users to send and receive lightning payments. Through the API people can access funds through a shared lightning node. (see overview.png diagram)

Some design goals:

Expand All @@ -17,7 +17,7 @@ Some design goals:

### API endpoints

See [LNDHub API](https://github.com/BlueWallet/LndHub/blob/master/controllers/api.js) for enpoints and request/response signatures.
See [LndHub API](https://github.com/BlueWallet/LndHub/blob/master/controllers/api.js) for enpoints and request/response signatures.

#### /create
Create a new user account
Expand Down Expand Up @@ -59,4 +59,4 @@ Node information

### Links

* [LNDHub](https://github.com/BlueWallet/LndHub) - Current nodejs implementation
* [LndHub](https://github.com/BlueWallet/LndHub) - Current nodejs implementation

0 comments on commit 017bd73

Please sign in to comment.