Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kingonly authored Nov 12, 2023
1 parent 6cc8fe4 commit cff86e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The Breez SDK enables mobile developers to integrate Lightning and bitcoin payme

The Breez SDK provides the following services:

* Sending payments (via various protocols such as: bolt11, keysend, lnurl-pay, lightning address, etc.)
* Receiving payments (via various protocols such as: bolt11, lnurl-withdraw, etc.)
* Sending payments (via various protocols such as: bolt11, keysend, lnurl-pay, lightning address, btc address, etc.)
* Receiving payments (via various protocols such as: bolt11, lnurl-withdraw, btc address, etc.)
* Fetching node status (e.g. balance, max allow to pay, max allow to receive, on-chain balance, etc.)
* Connecting to a new or existing node.

Expand All @@ -23,7 +23,7 @@ To get both of them, please contact Breez via email at <[email protected]

## Support

Join this [telegram group](https://t.me/breezsdk).
Join this [telegram group](https://t.me/breezsdk) or email us at <[email protected]>.

## Installing

Expand All @@ -35,7 +35,7 @@ The first step is to construct the SDK configuration. In it the environment and

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.
Now you are ready to interact with the SDK.

<custom-tabs category="lang">
<div slot="title">Rust</div>
Expand Down

0 comments on commit cff86e9

Please sign in to comment.