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

Getting Started

Integrating Breez SDK into your application takes just a few minutes. Follow these steps to get started:

API Key

The Breez SDK API key must be set for the SDK to work. You can request one by filling out this form, or programmatically with the following request:

curl -d "fullname=<full name>" -d "company=<company>" -d "email=<email>" -d "message=<message>" \
  https://breez.technology/contact/apikey

The API key is sent to the provided email address.

UX Guidelines

When implementing the Breez SDK, we recommend reading through our UX Guidelines to provide a consistent and intuitive experience for your end-users.

Many of the guidelines are implemented in Glow, which you can use as a UX reference during SDK implementation.

Demo

Looking for a quick way to try the SDK in your browser or as PWA? Check out our demo app Glow:

Note: The demo is for demonstration purposes only and not intended for production use.

Support

Have a question for the team? Join us on Telegram or email us at contact@breez.technology.