From 5d68cdc241d39474d107a2f878a183127b53e6ce Mon Sep 17 00:00:00 2001 From: Trent McConaghy <5305452+trentmc@users.noreply.github.com> Date: Tue, 5 Jan 2021 14:44:14 +0100 Subject: [PATCH] Update README.md Tweaks to be in line with ocean.py (currently in a branch https://github.com/oceanprotocol/ocean.py/blob/issue85/README.md) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 683ef838..cd52df7e 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,14 @@ With it, you can: -- **Publish** data services: downloadable files, streaming data, or compute-to-data. - Ocean creates a new [ERC20](https://github.com/ethereum/EIPs/blob/7f4f0377730f5fc266824084188cc17cf246932e/EIPS/eip-20.md) - data token for each data service or set of services. -- **Mint** data tokens for the service -- **Consume** data tokens, to access the service -- **Transfer** data tokens to another owner, and **all other ERC20 actions** +- **Publish** data services: downloadable files or compute-to-data. +Ocean creates a new [ERC20](https://github.com/ethereum/EIPs/blob/7f4f0377730f5fc266824084188cc17cf246932e/EIPS/eip-20.md) +datatoken for each dataset / data service. +- **Mint** datatokens for the service +- **Sell** datatokens via an OCEAN-datatoken Balancer pool (for auto price discovery), or for a fixed price +- **Stake** OCEAN on datatoken pools +- **Consume** datatokens, to access the service +- **Transfer** datatokens to another owner, and **all other ERC20 actions** using [web3.js](https://web3js.readthedocs.io/en/v1.2.9/web3-eth-contract.html) etc. `ocean.js` is part of the [Ocean Protocol](https://oceanprotocol.com) toolset.