Skip to content

Commit

Permalink
GITBOOK-145: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOzgur authored and gitbook-bot committed Oct 17, 2024
1 parent 96a460f commit e94efe5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The command line tool takes arguments in either decimal (xx.xxxxx) format or raw
Command:

```bash
./qclient token balance
./qclient-2.0.0.5-linux-amd64 token balance --config ../node/.config/
```

Response:
Expand All @@ -87,7 +87,7 @@ Users may wish to view the individual coins:\
Command:

```bash
./qclient token coins
./qclient-2.0.0.5-linux-amd64 token coins --config ../node/.config/
```

Response:
Expand All @@ -104,9 +104,11 @@ Quilibrium's token application has two modes: a two-stage transfer/accept (or re
\
Command:

{% code overflow="wrap" %}
```bash
./qclient token transfer <ToAccount> <RefundAccount> <Amount|OfCoin>
../qclient-2.0.0.5-linux-amd64 token transfer <ToAccount> <RefundAccount> <Amount|OfCoin> --config ../node/.config/
```
{% endcode %}

Response:\
To perform a two-stage transfer, you have two options:
Expand Down

0 comments on commit e94efe5

Please sign in to comment.