From 125eb99ee17dd030db0926abcde5bef0758a8376 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Sat, 17 Oct 2020 07:36:40 +0200 Subject: [PATCH] tweak --- content/concepts/introduction.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/content/concepts/introduction.md b/content/concepts/introduction.md index 8d75ff83..f987ab9d 100644 --- a/content/concepts/introduction.md +++ b/content/concepts/introduction.md @@ -3,17 +3,13 @@ title: Introduction description: Ocean Protocol - Tools for the Web3 Data Economy --- -In Ocean Protocol, each data service gets its own **datatoken**. This enables data wallets, data exchanges, and data co-ops by directly leveraging crypto wallets, exchanges, and more. +In Ocean Protocol, each data service gets its own ERC20 **datatoken**. This enables data wallets, data exchanges, and data co-ops by directly leveraging crypto wallets, exchanges, and more. -Ocean Protocol provides tools for developers to build data marketplaces, and to manage datatokens for use in DeFi. +Ocean Protocol provides tools for developers to build data markets, and to manage datatokens for use in DeFi. -## Build Data Markets +**Build Data Markets.** Use Ocean Protocol software tools to build your own data marketplace, by either forking [Ocean Market](https://market.oceanprotocol.com/) code or building up with Ocean components. -Use Ocean Protocol software tools to build your own data marketplace, by either forking [Ocean Market](https://market.oceanprotocol.com/) code or building up with Ocean components. - -## Manage ERC20 Data Assets for use in DeFi - -Use Ocean [JavaScript](https://github.com/oceanprotocol/ocean-lib-js) or [Python](https://github.com/oceanprotocol/squid-py) drivers to manage datatokens: +**Manage Datatokens for use in DeFi.** Use Ocean [JavaScript](https://github.com/oceanprotocol/ocean-lib-js) or [Python](https://github.com/oceanprotocol/squid-py) drivers to manage datatokens: - Publish and consume data services: downloadable files or compute-to-data. Use Ocean to deploy a new [ERC20](https://github.com/ethereum/EIPs/blob/7f4f0377730f5fc266824084188cc17cf246932e/EIPS/eip-20.md) datatoken contract for each data service, then mint datatokens.