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

Commit

Permalink
Link to the example 01 - build on top of dx
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 9, 2018
1 parent 9f566ba commit a46c54a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Meet the comunity in the gitter channel!
* https://gitter.im/gnosis/DutchX

# License
All smart contracts and documentation are released under GPL v.3.
All smart contracts are released under GPL v.3.

The front ends, API, cli, bots and services under MIT License
The Front ends, API, cli, bots, documentation and services under MIT License.

# Security and Liability
This software code is made available on an as-is basis free of charge and by
Expand Down
20 changes: 18 additions & 2 deletions source/dev-first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,25 @@ project.
* Some scripts

So Just follow the steps and create your `cool-app` out of this example:
[https://github.com/gnosis/dx-example-use-contracts](https://github.com/gnosis/dx-example-use-contracts)
[https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/example_01_build-of-top-of-dx](https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/example_01_build-of-top-of-dx)

## Use the DutchX
## Create your own migrations - Add your own token pair
After you have your `cool-app` as a truffle project that in it's first migration
do the DutchX deployment, we are ready to create our own migrations.

You can add your own migrations for deploying your own contracts, or to invoke
any setup on the DutchX.

To show how simple it is to setup things, we will add our own token pair in the
DutchX.

Just add the folowing migration:
```js

```


## Use the DutchX in your app
TODO: use truffle contract, invoke add token pair, participate auction

## Use DutchX as a Price Oracle
Expand Down

0 comments on commit a46c54a

Please sign in to comment.