Skip to content

Commit

Permalink
Merge pull request #11 from 0x3bfc/patch-1
Browse files Browse the repository at this point in the history
minor rendering fix
  • Loading branch information
alexcos20 authored May 22, 2020
2 parents 061ee0e + 2e53c7d commit 5c80686
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README_marketplace_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ myToken.mint(100)
```

## 4. Exchange of value : How Bob gets DT
```
```javascript
const bob_config={
network: 'rinkeby',
privateKey:'1234ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f'
Expand All @@ -117,9 +116,6 @@ const num_dt_needed = assets.getDtCost(serviceIndex)
const {price, currency } = ocean.marketplace.getPrice(num_dt_needed,asset.dtAddress)
bob_account.approve(price, currency, marketPlaceAddress)
ocean.marketplace.buy(num_dt_needed,asset.dtAddress)
```

## 5. Bob consumes dataset
Expand Down

0 comments on commit 5c80686

Please sign in to comment.