Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ pip install -r requirements.txt
cp wallet.json.example wallet.json
```

3. open wallet.json and edit it (change placeholders to your wallet data):
3. open wallet.json
```bash
nano wallet.json
```

and edit it (change placeholders to your wallet data):

```json
{
Expand All @@ -44,8 +49,9 @@ cp wallet.json.example wallet.json
"rpc": "https://octra.network"
}
```
" CTRL X - CTRL Y - Enter " to exit.

3. run
4. run

```bash
./run.sh # on linux/mac
Expand Down