Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Add CLI page
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 17, 2018
1 parent 58ba6fe commit 182aeea
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 16 additions & 0 deletions source/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CLI
The Command Line Interface it’s a very useful tool for invoking some operations
in the smart contracts such as posting sell/buy orders, and to extract some
information from them (for example getting the status of a token pair).

It can be used in test nets like `rinkeby` or in `mainnet`.

The easiest way to use the CLI is to follow the steps described in
[DutchX Example: How to use the CLI ](https://github.com/gnosis/dx-examples-cli).

The CLI logic is implemented in the [DutchX Services](https://github.com/gnosis/dx-services),
for more information checkout [DutchX as an open platform](./dutchx-as-an-open-platform.html)

Although the CLI is a very useful took to do some basic interactions with the
smart contracts, to build tools, bots or services that interact with the
DutchX, it's a better approach to [Build on top of the DutchX](./build-on-top-of-dutchx.html)
2 changes: 1 addition & 1 deletion source/dutchx-as-an-open-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ operations in the smart contracts such as posting sell/buy orders, and to
extract some information from them (for example getting the status of a token
pair).
It can be used in test nets like`rinkeby` or in `mainnet`.
Learn more about the CLI in the guide [Use the CLI](./use-the-cli.html)
Learn more about the CLI in the guide [Use the CLI](./cli.html)
* **Bots**: The bots are series of small applications that run in the background
and have a scoped task to fulfill. They interact with the DutchX performing some
operations. For example the liquidity bots watch some markets and provide
Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ check out the :download:`DutchX Documentation <./_static/docs/DutchX_Documentati
dutchx-as-an-open-platform
market-makers
api
use-the-cli
cli
security-of-the-contracts
contribute

Expand Down
2 changes: 0 additions & 2 deletions source/use-the-cli.md

This file was deleted.

0 comments on commit 182aeea

Please sign in to comment.