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

Commit

Permalink
Add missing step in add token pair
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 16, 2018
1 parent d512726 commit bafacd4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/add-token-pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ We are trying to deposit some tokens into the DutchX, so first we should make
sure they are in our balance:

```bash
./cli balances <your account address here>
./cli balances --account <your account address here>
```

**2. Do the deposit**
Expand All @@ -106,7 +106,7 @@ to deposit into the DutchX)

**3. Verify your new balance on the DutchX**
```bash
./cli balances <your account address here>
./cli balances --account <your account address here>
```


Expand Down Expand Up @@ -135,9 +135,15 @@ So the steps would be:
**1. Clone the the repo and install the dependencies**:

```bash
# Clone the repo and cd into the project
git clone https://github.com/gnosis/dx-contracts.git
cd dx-contracts

# Install the dependencies
npm install

# Compile contracts and inject the network info
npm run restore
```

**2. Create a file with the information required for the operation**
Expand Down

0 comments on commit bafacd4

Please sign in to comment.