mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
Add text about the node configuration and how the working directory is used
This commit is contained in:
@@ -27,6 +27,12 @@ Breez SDK is available in several platforms. Follow the [Installing](install.md)
|
||||
|
||||
## Connecting
|
||||
|
||||
The first step is to construct the SDK configuration. In it the environment and Greenlight node configuration is defined, whether you are using an invite code or partner credentials.
|
||||
|
||||
The SDK uses the config working directory to store the state of the SDK instance. Once a connection has been established with a node, the working directory can only be used for that node. When handling multiple instances of the SDK, one per node, each needs to have a different working directory defined.
|
||||
|
||||
Now your SDK is ready to be used.
|
||||
|
||||
<custom-tabs category="lang">
|
||||
<div slot="title">Rust</div>
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user