Files
breez-sdk-docs/README.md
Ross Savage dfdfc63c08 Merge branch 'connect-api' into go-examples
# Conflicts:
#	src/guide/getting_started.md
#	src/guide/lnurl_auth.md
#	src/guide/lnurl_pay.md
#	src/guide/lnurl_withdraw.md
#	src/guide/payments.md
#	src/guide/receive_onchain.md
#	src/guide/send_onchain.md
2023-07-11 09:32:20 +02:00

348 B

Introduction

The SDK docs are live at https://sdk-doc.breez.technology.

Contributions

For syntax and supported features, see https://rust-lang.github.io/mdBook.

Develop

To locally serve the docs run:

cargo install mdbook
mdbook build
mdbook serve