From f0e5b143a60510cf0fddbca27427fecc0b36ef44 Mon Sep 17 00:00:00 2001 From: Richard Holzeis Date: Fri, 8 Mar 2024 12:02:37 +0100 Subject: [PATCH] docs(readme): Remove lightning faucet guide --- README.md | 14 +++++++------- mobile/lib/features/wallet/receive_screen.dart | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d2faa58d..32b111db7 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,9 @@ The following command will build and start all the necessary services, including just all-android ``` -### How to faucet your lightning wallet. +### How to faucet your wallet. -The app currently works only on `regtest`, which means that the wallet needs to be fauceted with the provided steps before you can start trading. +You can test the app on `regtest`, which means that the wallet needs to be fauceted with the provided steps before you can start trading. #### Setup @@ -112,18 +112,18 @@ The app currently works only on `regtest`, which means that the wallet needs to 2. Start the complete project stack with `just all`. -#### Adding funds to 10101 lightning wallet +#### Adding funds to 10101 wallet -1. Create an invoice in your 10101 app by navigating to the receive screen. +1. Navigate to the receive screen. -2. Click on the "pay the invoice with 10101 faucet" button. +2. Double-click on the generated QR code and click the "Pay with 10101 faucet" button. Note, if you do not specify an amount by + default 1 BTC will sent to your regtest wallet. #### Useful information for local regtest debugging 1. Follow coordinator's logs - `tail -f data/coordinator/regtest.log` 2. Block explorer - http://localhost:8080/ -3. Lightning & Bitcoin faucet - http://localhost:8080/faucet/ -4. Manually open a lightning channel - http://localhost:8080/channel/ +3. Bitcoin faucet - http://localhost:8080/faucet/ ## Deploy for android beta diff --git a/mobile/lib/features/wallet/receive_screen.dart b/mobile/lib/features/wallet/receive_screen.dart index f0c49d692..ffe41f6a6 100644 --- a/mobile/lib/features/wallet/receive_screen.dart +++ b/mobile/lib/features/wallet/receive_screen.dart @@ -109,7 +109,7 @@ class _ReceiveScreenState extends State { shape: const RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(5.0))), ), - child: const Text("Pay the invoice with 10101 faucet"), + child: const Text("Pay with 10101 faucet"), ), const SizedBox(height: 125), ],