This commit is contained in:
2025-05-27 19:37:44 +02:00
parent 88aeb6104b
commit 44129a7f2e
2 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Breez Payments Rest Api
Breez Payments Rest API is a REST API on top of [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid) build with fastapi. It enables integrations like [breez-woocommerce](https://github.com/breez/breez-woocommerce).
# Breez Payments REST API
Breez Payments Rest API is a REST API on top of [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid) build with fastapi. It enables integrations like [breez-woocommerce](https://github.com/breez/breez-woocommerce). It is built to be easily deployable anywhere, with support for providers with free tier like [fly.io](./fly/README.md).
## Options

View File

@@ -1,7 +1,5 @@
# Breez Payments Rest Api
A FastAPI implementation of the [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid). This service provides a REST API for sending and receiving payments via the Lightning Network running on [fly.io](https://fly.io).
## Deployment to fly.io
This document explains deploying breez payments api to fly.io
## Prerequisites