mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 22:34:19 +01:00
Add Install page
This commit is contained in:
@@ -11,6 +11,10 @@ The Breez SDK provides the following services:
|
||||
|
||||
Connecting to a node requires a seed (your master key) and credentials. The seed is a bip39 mnemonic and the credentials are retrieved by registering a new node or recovering an existing one.
|
||||
|
||||
## Installation
|
||||
|
||||
Breez SDK is available in several platforms. Follow the [install](install.md) page to install on your platform.
|
||||
|
||||
## Registering a new node
|
||||
```rust,no_run
|
||||
let seed = <your seed>;
|
||||
|
||||
Reference in New Issue
Block a user