Add Install page

This commit is contained in:
Roei Erez
2023-05-07 18:49:29 +03:00
parent 77206a641d
commit 8efe8b9e42
3 changed files with 50 additions and 0 deletions

View File

@@ -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>;