Skip to content

Commit c87e066

Browse files
authored
Merge pull request #41 from shubhamkmr04/shubham/update-accounts-section
Using ZEUS: Update Accounts section
2 parents c93dd9c + 1fe5a3a commit c87e066

File tree

8 files changed

+94
-78
lines changed

8 files changed

+94
-78
lines changed

docs/for-users/using-zeus/accounts.md

-20
This file was deleted.

docs/for-users/using-zeus/profiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this section, you could configure and personalize your ZEUS, connect to vario
99
![settings-screen](../../../static/img/zeus-settings-2.jpg)
1010

1111
## Main options
12-
1. **Accounts menu** - Add or select default connection to various types (see more details in [Accounts section](accounts.md))
12+
1. **Wallets menu** - Add or select default connection to various types (see more details in [Wallets section](wallets.md))
1313
2. **Node Info** - See more details about your LN node, to which you connect ZEUS (Alias, LN version, node URI, QR URI, NFC).
1414
3. **Privacy menu** - set **lurker mode** to hide your mains creen balances and mempool options
1515

docs/for-users/using-zeus/wallets.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Wallets
6+
7+
## Setting Up a Wallet Connection
8+
9+
To connect to a wallet, tap on **+ Add New Wallet**. You will be redirected to a new screen where you can either **manually enter the connection details** or **scan the node’s QR URI** to autofill the required fields.
10+
11+
Assign a nickname to your connection for easy identification. Tap on the circle icon next to the nickname to set a custom wallet picture. Then, choose the appropriate **wallet interface** from the available options:
12+
13+
- **Embedded LND**
14+
- **LND Rest**
15+
- **LND (Lightning Node Connect)**
16+
- **CLNRest**
17+
- **Nostr Wallet Connect**
18+
- **LNDHub**
19+
20+
If your wallet operates on the **Tor network**, ensure that you enable the **Use Tor** option.
21+
22+
![wallet-config](../../../static/img/wallet-config.png)
23+
24+
---
25+
26+
## Managing Wallet Connections
27+
28+
Once you've set up multiple **wallet connections**, you can seamlessly switch between them without interference. Each wallet functions independently, whether connected via **Tor, clearnet, Tailscale, or a local IP**. ZEUS will automatically establish the connection without requiring a restart.
29+
30+
However, if switching from a **clearnet** connection to **Tor**, it may take some time for the Tor network to bootstrap your relays—so a little patience may be needed.
31+
32+
![zeus-wallets](../../../static/img/zeus-wallets.png)
33+
34+
---
35+
36+
## Operations
37+
38+
1. **Select an existing wallet** by tapping on it. You will be redirected to the main screen while ZEUS establishes the connection.
39+
2. **Edit an existing wallet** by tapping the **settings icon (⚙️)** next to it. This will open the wallet’s configuration menu, where you can modify the settings or delete the connection.
40+
3. **Rearrange wallets** by holding and dragging the **drag icon (≡)** next to each wallet. This allows you to change the order of your wallets as per your preference.
41+
4. **Backup and Restore (Coming Soon):** A future update will allow saving wallet configurations to a file for easy migration to a new device.

sidebars.js

+52-57
Original file line numberDiff line numberDiff line change
@@ -3,100 +3,95 @@
33
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
44
const sidebars = {
55
usingZeus: [
6-
'about-zeus',
6+
"about-zeus",
77
{
8-
type: 'category',
9-
label: 'Getting Started',
8+
type: "category",
9+
label: "Getting Started",
1010
link: {
11-
type: 'generated-index',
11+
type: "generated-index",
1212
},
1313
collapsed: true,
1414
items: [
15-
'for-users/getting-started/before-using-zeus',
16-
'for-users/getting-started/remote-or-embedded',
17-
'for-users/getting-started/tips',
15+
"for-users/getting-started/before-using-zeus",
16+
"for-users/getting-started/remote-or-embedded",
17+
"for-users/getting-started/tips",
1818
],
1919
},
2020
{
21-
type: 'category',
22-
label: 'Embedded Node',
21+
type: "category",
22+
label: "Embedded Node",
2323
link: {
24-
type: 'generated-index',
24+
type: "generated-index",
2525
},
2626
collapsed: true,
2727
items: [
28-
'for-users/embedded-node/backup-and-recovery',
29-
'for-users/embedded-node/lightning-onboarding',
30-
'for-users/embedded-node/privacy',
31-
'for-users/embedded-node/open-channel-to-embedded-node',
32-
'for-users/embedded-node/trusted-funding',
33-
'for-users/embedded-node/faq'
28+
"for-users/embedded-node/backup-and-recovery",
29+
"for-users/embedded-node/lightning-onboarding",
30+
"for-users/embedded-node/privacy",
31+
"for-users/embedded-node/open-channel-to-embedded-node",
32+
"for-users/embedded-node/trusted-funding",
33+
"for-users/embedded-node/faq",
3434
],
3535
},
3636
{
37-
type: 'category',
38-
label: 'Remote connections',
37+
type: "category",
38+
label: "Remote connections",
3939
link: {
40-
type: 'generated-index',
40+
type: "generated-index",
4141
},
4242
collapsed: true,
4343
items: [
44-
'for-users/remote-connections/umbrel',
45-
'for-users/remote-connections/citadel',
46-
'for-users/remote-connections/raspiblitz',
47-
'for-users/remote-connections/mynode',
48-
'for-users/remote-connections/startos',
49-
'for-users/remote-connections/nodl',
50-
'for-users/remote-connections/btcpay',
51-
'for-users/remote-connections/lndhub',
44+
"for-users/remote-connections/umbrel",
45+
"for-users/remote-connections/citadel",
46+
"for-users/remote-connections/raspiblitz",
47+
"for-users/remote-connections/mynode",
48+
"for-users/remote-connections/startos",
49+
"for-users/remote-connections/nodl",
50+
"for-users/remote-connections/btcpay",
51+
"for-users/remote-connections/lndhub",
5252
],
5353
},
5454
{
55-
type: 'category',
56-
label: 'Using ZEUS',
55+
type: "category",
56+
label: "Using ZEUS",
5757
link: {
58-
type: 'generated-index',
58+
type: "generated-index",
5959
},
6060
collapsed: true,
6161
items: [
62-
'for-users/using-zeus/overview','for-users/using-zeus/home', 'for-users/using-zeus/accounts', 'for-users/using-zeus/profiles',
63-
'for-users/using-zeus/channels',
62+
"for-users/using-zeus/overview",
63+
"for-users/using-zeus/home",
64+
"for-users/using-zeus/wallets",
65+
"for-users/using-zeus/profiles",
66+
"for-users/using-zeus/channels",
6467
],
65-
}
68+
},
6669
],
6770
lsp: [
68-
'lsp/intro',
71+
"lsp/intro",
6972
{
70-
type: 'category',
71-
label: 'Services',
73+
type: "category",
74+
label: "Services",
7275
link: {
73-
type: 'generated-index',
76+
type: "generated-index",
7477
},
7578
collapsed: true,
76-
items: [
77-
'lsp/services/flow',
78-
'lsp/services/lsps1',
79-
'lsp/services/lsps7'
80-
],
79+
items: ["lsp/services/flow", "lsp/services/lsps1", "lsp/services/lsps7"],
8180
},
82-
'lsp/fees',
83-
'lsp/channel-differences',
84-
],
85-
lightningAddress: [
86-
'lightning-address/intro',
87-
'lightning-address/fees',
88-
],
89-
pos: [
90-
'pos/overview',
91-
'pos/setup',
92-
'pos/checkout',
81+
"lsp/fees",
82+
"lsp/channel-differences",
9383
],
84+
lightningAddress: ["lightning-address/intro", "lightning-address/fees"],
85+
pos: ["pos/overview", "pos/setup", "pos/checkout"],
9486
contribute: [
95-
'contribute/how-you-can-contribute', 'contribute/code', 'contribute/design', 'contribute/write', 'contribute/translate',
96-
'contribute/donate', 'contribute/other',
97-
87+
"contribute/how-you-can-contribute",
88+
"contribute/code",
89+
"contribute/design",
90+
"contribute/write",
91+
"contribute/translate",
92+
"contribute/donate",
93+
"contribute/other",
9894
],
99-
10095
};
10196

10297
module.exports = sidebars;

static/img/node-config.jpg

-82.3 KB
Binary file not shown.

static/img/wallet-config.png

254 KB
Loading

static/img/zeus-accounts.jpg

-113 KB
Binary file not shown.

static/img/zeus-wallets.png

230 KB
Loading

0 commit comments

Comments
 (0)