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

Commit

Permalink
Add dx logo and improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 17, 2018
1 parent 85992c1 commit 576d91b
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 7 deletions.
31 changes: 31 additions & 0 deletions source/_static/DutchX-logo_blue.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
border-bottom: none;
border-top: none;
}

.dutchx-logo {
padding: 10px 0 40px 0;
}
</style>
{% endblock %}
2 changes: 1 addition & 1 deletion source/build-on-top-of-dutchx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ project.

So Just follow the steps and create your `cool-app` following the steps
described in this project:
[Build on top of the DutchX](https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/01_build-of-top-of-dx)
[Build on top of the DutchX](https://github.com/gnosis/dx-examples-dev/tree/master/01_build-of-top-of-dx)
2 changes: 2 additions & 0 deletions source/dutchx-as-an-open-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ to interact with them. For example, they add the same validations that are going
to be performed in the smart contract, so they can throw more meaninful errors,
instead of the `revert` that smart contracts throw.
* **Services**: Some use cases built on top of the DutchX
* **API**: REST Api that provides a simpler access to the data in the DutchX.
[https://dutchx.d.exchange/api]()
* **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
Expand Down
15 changes: 10 additions & 5 deletions source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
DutchX's documentation
==================================
.. image:: ./_static/DutchX-logo_blue.svg
:width: 350px
:align: center
:alt: DutchX
:class: dutchx-logo


The **Dutch Exchange (DutchX)** is a fully decentralized exchange, which
allows **everyone** to add any trading token pair.

Expand Down Expand Up @@ -50,7 +55,7 @@ check out the :download:`DutchX Documentation <./_static/docs/DutchX_Documentati
:caption: Reference:

smart-contracts_addresses
API Reference <https://dx.staging.gnosisdev.com/api>
API Reference <https://dutchx.d.exchange/api/>
Github: Smart Contracts <https://github.com/gnosis/dx-contracts>
Github: Seller Web <https://github.com/gnosis/dx-react>
Github: API, Bots, CLI, services <https://github.com/gnosis/dx-services>
Expand All @@ -64,11 +69,11 @@ Related github projects:
* **Seller interface for DutchX**: https://github.com/gnosis/dx-react
* **Example on using the bots**: https://github.com/gnosis/dx-examples-liquidity-bots
* **Example on using the read API**: https://github.com/gnosis/dx-examples-api
* **Example on using the CLI**: https://github.com/gnosis/dx-example-cli-rinkeby
* **Example on using the CLI**: https://github.com/gnosis/dx-examples-cli

Contact the DutchX comunity
===========================
Find the comunity in: https://gitter.im/gnosis/DutchX

.. _Dutch auction: https://en.wikipedia.org/wiki/Dutch_auction
.. _ERC20: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
.. _ERC20: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
2 changes: 1 addition & 1 deletion source/use-dutchx-as-an-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ contract from our project.
One simple use of the DutchX can be to use it as a onchain price oracle.

Learn how to get the price for any token pair from the DutchX following the
steps described in this project [Use DutchX as an Oracle](https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/02_use-dx-as-an-oracle)
steps described in this project [Use DutchX as an Oracle](https://github.com/gnosis/dx-examples-dev/tree/master/02_use-dx-as-an-oracle)

0 comments on commit 576d91b

Please sign in to comment.