Commit Graph

189 Commits

Author SHA1 Message Date
umiyahara
fe74bbe9e7 Update getting_started.md 2023-10-25 16:35:55 -04:00
Ross Savage
0854cd0caf Merge pull request #69 from breez/jssdwt-msat
lnurl_withdraw and receive_payment msat updates
2023-10-25 16:48:13 +02:00
Ross Savage
1a942029df Merge pull request #68 from breez/savage-msat
Update lnurl_pay and send_spontaneous_payment docs
2023-10-25 16:23:45 +02:00
Jesse de Wit
b4b2484de1 move lnurl_withdraw docs to msat+request object 2023-10-20 11:01:02 +02:00
Jesse de Wit
2d663e901a move receive_payment docs to msat 2023-10-20 10:25:14 +02:00
Ross Savage
59400a6866 Update docs for lnurl_pay and send_spontaneous_payment to msat and wrap in request/response structs 2023-10-20 10:13:46 +02:00
Ruben
c719cc4ae6 Merge pull request #63 from breez/ubbabeck-static-backup
node recovery info
2023-10-13 12:45:10 +02:00
ruben beck
db05f4b180 node recovery info 2023-10-13 11:16:58 +02:00
Ross Savage
c5351a5b0f Merge pull request #62 from breez/savage-list-payments
List payments
2023-10-11 11:26:53 +02:00
Ross Savage
67b04623d1 Fix rust example 2023-10-09 22:10:27 +02:00
Ross Savage
e36ee444d5 Merge branch 'main' into savage-list-payments 2023-10-09 22:06:03 +02:00
Ross Savage
b064684be2 Add list payments docs 2023-10-09 22:05:41 +02:00
Ross Savage
3a533cb324 Merge pull request #60 from breez/savage-python-fixes
Python fixes and getting started consistency between examples
2023-10-09 10:01:59 +02:00
Ross Savage
66d0b90fe0 Fix consistency in getting started examples 2023-10-07 14:08:31 +02:00
Ross Savage
5f73890749 Fix python examples 2023-10-07 14:07:14 +02:00
Erdem Yerebasmaz
d0a2bfab5d Scroll lang tabs horizontally
closes #41
2023-10-06 19:46:41 +03:00
Ross Savage
3d6ff650fe Merge pull request #59 from breez/dangeross-patch-1
Fix NodeConfigVariant typo
2023-10-06 02:12:28 +02:00
Ross Savage
d221cd0043 Fix NodeConfigVariant typo 2023-10-06 02:12:06 +02:00
Ross Savage
5ab1f3fcf2 Merge pull request #56 from breez/savage-config-info
Node configuration info
2023-10-05 13:48:02 +02:00
Ross Savage
b8a6effd6c Merge pull request #52 from breez/savage-rn-connect
Update RN connect interface
2023-10-05 13:47:08 +02:00
Erdem Yerebasmaz
031bab5a0a Update Dart documentation 2023-10-04 23:42:37 +03:00
Ross Savage
87e4c62043 Fix lnurl handling 2023-10-02 18:58:08 +02:00
Ross Savage
df7e639c5d Merge pull request #54 from breez/savage-go-fixes
Update Go examples
2023-10-01 14:43:47 +02:00
Ross Savage
a74f421765 Add text about the node configuration and how the working directory is used 2023-09-29 17:00:38 +02:00
Ross Savage
9bb92aa8e4 Update Go examples from replit 2023-09-28 20:54:13 +02:00
ok300
648f799ec5 Merge pull request #53 from breez/ok300-static-backup
Add docs for Static Channel Backup
2023-09-26 21:52:12 +02:00
ok300
dfe98105d8 Fix snippets (include request wrapper) 2023-09-26 06:08:30 +02:00
ok300
14375874a5 Update src/guide/static_channel_backup.md
Co-authored-by: Jesse de Wit <witdejesse@hotmail.com>
2023-09-25 21:17:18 +02:00
ok300
1f49e7a767 Add docs for Static Channel Backup 2023-09-25 17:49:07 +02:00
Ademar
c72ed71d4d Add buy btc using Moonpay general instructions and an Android example (#51)
* Update android examples

* Add buy btc moonpay doc for android and more general instructions

* Update src/guide/buy_btc.md

Co-authored-by: Ruben <36157890+ubbabeck@users.noreply.github.com>

* Update src/guide/buy_btc.md

Co-authored-by: Ruben <36157890+ubbabeck@users.noreply.github.com>

---------

Co-authored-by: Ruben <36157890+ubbabeck@users.noreply.github.com>
2023-09-21 10:27:40 -03:00
Ross Savage
890998adcf Fix inconsistent use of semicolons 2023-09-21 13:03:14 +02:00
Ross Savage
3ab96e126b Update connect interface 2023-09-21 13:02:25 +02:00
Roy Sheinfeld
5d220f67c5 Update production.md 2023-09-07 13:43:01 +03:00
Roy Sheinfeld
bb7e24b9b0 Update production.md 2023-09-07 13:37:03 +03:00
Roy Sheinfeld
e389c79609 Update SUMMARY.md 2023-09-07 13:36:38 +03:00
Roy Sheinfeld
6648604d31 Create production.md 2023-09-07 13:35:14 +03:00
Ross Savage
ca990b607d Merge pull request #50 from breez/savage-rn-install
Update RN install commands
2023-09-05 09:13:42 +02:00
Ross Savage
def86fcec9 Fix fetchFiatRates call 2023-09-04 23:17:47 +02:00
Ross Savage
d41dc9cc93 Fix sendOnchain call 2023-09-04 23:16:14 +02:00
Ross Savage
dd2d920b15 Fix defaultConfig call 2023-09-04 23:12:33 +02:00
Ross Savage
052b511dc5 Update RN install commands 2023-09-04 23:08:24 +02:00
ok300
40e1719aba Merge pull request #39 from breez/ok300-doc-dynamic-fees
Update receive_onchain with optional user-selected dynamic fees arg
2023-09-04 22:29:45 +02:00
Jesse de Wit
9900214618 add missing OpenChannelFee cs snippet 2023-09-04 20:25:23 +02:00
Ruben
f5a0a40c07 Merge pull request #48 from breez/open-channel-fee 2023-09-04 18:01:07 +02:00
Ruben
e0770f29ad Update receive_onchain.md
Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2023-09-04 18:00:18 +02:00
ok300
66e71f0da4 Merge pull request #49 from breez/ok300-open-channel-fee-rust
Open channel fees: add Rust example
2023-09-04 17:51:10 +02:00
ok300
063a883079 Open channel fees: add Rust example 2023-09-04 17:44:47 +02:00
ruben beck
22fb1c55b2 add golang and rn examples 2023-09-04 17:10:58 +02:00
ruben beck
06046dbecd update fee example 2023-09-04 16:17:33 +02:00
ok300
48fe5f4ec3 Address RN feedback (fix go/ts syntax) 2023-09-04 14:58:13 +02:00