Keyboard shortcuts

Press โ† or โ†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SDK Documentation Spark
Request API Key

Rust

We recommend to add breez sdk as a git dependency with a specific release tag. Check breez/spark-sdk for the latest version.

[dependencies]
breez-sdk-spark = { git = "https://github.com/breez/spark-sdk", tag = "{VERSION}" }

Example App

For a full working example app, see the Rust CLI example app.