Skip to content

Commit

Permalink
docs(readme): Remove lightning faucet guide
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Mar 8, 2024
1 parent 4e7f11b commit f0e5b14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,28 +102,28 @@ 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

1. If you have run the app before, we recommend to clear the dev environment by running `just wipe`

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

Expand Down
2 changes: 1 addition & 1 deletion mobile/lib/features/wallet/receive_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class _ReceiveScreenState extends State<ReceiveScreen> {
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),
],
Expand Down

0 comments on commit f0e5b14

Please sign in to comment.