headlines io subsections

arbadacarba 2023-07-15 09:58:53 +02:00
parent d2835fac0c
commit 38b7cd008f

@ -1,11 +1,17 @@
General help on the LNURL-specification and a [list of services, libraries and development tools for LNURL can be found here](https://github.com/fiatjaf/lnurl-rfc#services). The [Open Swagger API docs page](https://legend.lnbits.com/docs) shows how LNbits adresses these as well as [hints on using it](https://github.com/lnbits/lnbits/blob/main/docs/guide/fastapi_transition.md)
General help on the LNURL-specification and a list of [services, libraries and development tools can be found here](https://github.com/fiatjaf/lnurl-rfc#services) in a repo of fiatjaf.
The [Open Swagger API docs page](https://legend.lnbits.com/docs) shows how LNbits adresses these as well as [hints on using it](https://github.com/lnbits/lnbits/blob/main/docs/guide/fastapi_transition.md)
As a funding source for tests you can use the void (fake) wallet.
![proxy-image](https://user-images.githubusercontent.com/63317640/230721765-4a738783-e241-4f1b-9104-02f2bd0222f3.jpg)
If you need help you can contact the LNbits dev team via the LNbits [Telegram group](https://t.me/lnbits).
<details><summary>Testing</summary>
***
## Testing
This project has unit tests that help prevent regressions. Before you can run the tests, you must install a few dependencies:
```
@ -51,9 +57,9 @@ bash
make all
```
</details>
***
<details><summary>Your own extension</summary>
## Your own extension
Anyone can create an extension by following the [example extension](https://github.com/lnbits/example) and [making extensions](https://github.com/lnbits/lnbits/blob/main/docs/devs/extensions.md) dev guide.
@ -165,10 +171,9 @@ sudo su - postgres -c "psql -c 'CREATE ROLE lnbits LOGIN PASSWORD 'lnbits';'"
console
sudo su - postgres -c "psql -c 'DROP DATABASE IF EXISTS migration;'"
```
***
</details>
<details><summary>Websockets</summary>
## Websockets
`websockets` are a great way to add a two way instant data channel between server and client.
@ -222,4 +227,3 @@ You can also find a [webhook-library / examples here](https://github.com/blakeja
mark_webhook_sent(): This function updates the webhook status of a payment in the database.
</details>