1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

update readmes table links

This commit is contained in:
Bogdan Fazakas 2023-03-27 18:19:40 +03:00
parent 02d3a233d3
commit 18b79c6201
2 changed files with 22 additions and 22 deletions

View File

@ -17,17 +17,17 @@
/// Here are the steps:
/// 0. [Prerequisites](#-Prerequisites)
/// 1. [Initialize services](#-initialize-services)
/// 2. [Create a new node.js project](#-create-a-new-node.js-project)
/// 3. [Install dependencies](#-install-dependencies)
/// 4. [Import dependencies and add variables and constants](#-import-dependencies-and-add-variables-and-constantss)
/// 5. [Load the configuration, initialize accounts and deploy contracts](#-load-the-configuration-initialize-accounts-and-deploy-contracts)
/// 6. [Publish Data NFT and a Datatoken with a fixed rate exchange](#-publish-data-nft-and-a-datatoken-with-a-fixed-rate-exchange)
/// 7. [Consume a fixed rate asset data asset, and downloads it'](#-consume-a-fixed-rate-asset-data-asset)
/// 8. [Publish Data NFT and a Datatoken with a dispenser](#-publish-data-nft-and-a-datatoken-with-a-dispenser)
/// 9. [Consume a dispenser data asset](#-consume-a-dispenser-data-asset)
/// 10. [Using ERC725 Key-Value Store](#-using-ERC725-Key-Value-Store)
/// 0. [Prerequisites](#0-prerequisites)
/// 1. [Initialize services](#1-initialize-services)
/// 2. [Create a new node.js project](#2-create-a-new-nodejs-project)
/// 3. [Install dependencies](#3-install-dependancies)
/// 4. [Import dependencies and add variables and constants](#4-import-dependencies-and-add-variables-and-constants)
/// 5. [Load the configuration, initialize accounts and deploy contracts](#5-load-the-configuration-initialize-accounts-and-deploy-contracts)
/// 6. [Publish Data NFT and a Datatoken with a fixed rate exchange](#6-publish-data-nft-and-a-datatoken-with-a-fixed-rate-exchange
/// 7. [Consume a fixed rate asset data asset, and downloads it'](#7-consume-a-fixed-rate-asset-data-asset)
/// 8. [Publish Data NFT and a Datatoken with a dispenser](#8-publish-data-nft-and-a-datatoken-with-a-dispenserr)
/// 9. [Consume a dispenser data asset](#9-consume-a-dispenser-data-asset)
/// 10. [Using ERC725 Key-Value Store](#10-using-erc725-key-value-store)
/// ## 0. Prerequisites
/// Before we start it is important that you have all of the necessary prerequisites installed on your computer.

View File

@ -2,18 +2,18 @@
/// Here are the steps:
/// 0. [Prerequisites](#-Prerequisites)
/// 1. [Initialize services](#-initialize-services)
/// 2. [Create a new node.js project](#-create-a-new-node.js-project)
/// 3. [Install dependencies](#-install-dependencies)
/// 4. [Import dependencies and add variables and constants](#-import-dependencies-and-add-variables-and-constants)
/// 0. [Prerequisites](#0-prerequisites)
/// 1. [Initialize services](#1-initialize-services)
/// 2. [Create a new node.js project](#2-create-a-new-nodejs-project-with-typescript)
/// 3. [Install dependencies](#3-install-dependencies)
/// 4. [Import dependencies and add variables and constants](#4-import-dependencies-and-add-variables-constants-and-helper-methods)
/// 5. [Initialize accounts and deploy contracts](#-initialize-accounts-and-deploy-contracts)
/// 6. [Publish a dataset and an algorithm](#-publish-a-dataset-data-nft-and-datatoken)
/// 7. [Resolve published datasets and algorithms](#-resolve-published-datasets-and-algorithms)
/// 8. [Send datatokens to consumer](#-send-datatokens-to-consumer)
/// 9. [Consumer fetches compute environment](#-consumer-starts-a-compute-job-using-a-free-c2D-environment)
/// 10. [Consumer starts a compute job using a free C2D environment](#-consumer-starts-a-compute-job-using-a-free-c2D-environment)
/// 11. [Check compute status and get download compute results url](#-check-compute-status-and-get-download-compute-results-url)
/// 6. [Publish a dataset and an algorithm](#6-publish-assets-dataset-and-algorithm)
/// 7. [Resolve published datasets and algorithms](#7-resolve-assets)
/// 8. [Send datatokens to consumer](#8-send-datatokens-to-consumer)
/// 9. [Consumer fetches compute environment](#9-get-compute-environments)
/// 10. [Consumer starts a compute job using a free C2D environment](#10-consumer-starts-a-compute-job)
/// 11. [Check compute status and get download compute results url](#11-check-compute-status-and-get-download-compute-results-url)
/// Let's go through each step.