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

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
Small changes on grammar/spelling.
  • Loading branch information
Rafanator committed Aug 24, 2018
1 parent c98eec3 commit cbb045a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# CLI
The Command Line Interface it’s a very useful tool for invoking some operations
in the smart contracts such as:
The Command Line Interface is a very useful tool to trigger smart contract operations such as:
* Get the DutchX account **balance** for any account.
* **Deposit** or **withdraw** funds into/from your DutchX account balance.
* Check the **state** of a given token pair: Auction index, sell/buy volume,
Expand All @@ -18,5 +17,5 @@ The CLI logic is implemented in the [DutchX Services](https://github.com/gnosis/
for more information checkout [DutchX as an open platform](./dutchx-as-an-open-platform.html)

Although the CLI is a very useful tool to do some basic interactions with the
smart contracts, to build tools, bots or services that interact 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).

0 comments on commit cbb045a

Please sign in to comment.