Skip to content

Commit 1df4a20

Browse files
authored
adding some additional context to a few steps (#2)
1 parent 8bb14eb commit 1df4a20

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/connect.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ Rocky / Redhat:
3838
sudo yum install doublezero-0.0.19
3939
```
4040

41+
After the package is installed, a new systemd unit is installed, activated and started. To see the status:
42+
43+
```
44+
sudo systemctl status doublezerod
45+
```
46+
47+
To see the doublezerod logs, look in the journal:
48+
```
49+
sudo journalctl -u doublezerod
50+
```
51+
52+
4153
### 3. Create doublezero config directory
4254
!!! note inline end
4355
Replace [MY_CLIENT_IP] with your server's publicly routable IP address
@@ -46,6 +58,9 @@ mkdir -p ~/.config/doublezero --client-ip [MY_CLIENT_IP]
4658
```
4759

4860
### 4. Copy your Solana id.json to the doublezero config directory.
61+
The smart contract program for DoubleZero testnet is installed on Solana devnet. The DoubleZero command line interface expects that you have a Solana devnet wallet with >= 1 SOL.
62+
63+
Copy the `id.json` associated with your devnet wallet to the config directory.
4964
```
5065
cp </path/to/id.json> ~/.config/doublezero
5166
```
@@ -55,6 +70,15 @@ cp </path/to/id.json> ~/.config/doublezero
5570
doublezero config get
5671
5772
```
73+
74+
Expected result:
75+
```
76+
Config File: /home/ubuntu/.config/doublezero/cli/config.yml
77+
RPC URL: https://api.devnet.solana.com
78+
WebSocket URL: wss://api.devnet.solana.com
79+
Keypair Path: "/home/ubuntu/.config/doublezero/id.json"
80+
```
81+
5882
### 6. Connect
5983
This step signs a doublezero smart contract and connects the system to the lowest-latency doublezero node available.
6084
```

0 commit comments

Comments
 (0)