From 18b79c6201355c08bd88123b069d516717467d70 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Mon, 27 Mar 2023 18:19:40 +0300 Subject: [PATCH] update readmes table links --- test/integration/CodeExamples.test.ts | 22 +++++++++++----------- test/integration/ComputeExamples.test.ts | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/test/integration/CodeExamples.test.ts b/test/integration/CodeExamples.test.ts index 62de39cc..a1b6d173 100644 --- a/test/integration/CodeExamples.test.ts +++ b/test/integration/CodeExamples.test.ts @@ -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. diff --git a/test/integration/ComputeExamples.test.ts b/test/integration/ComputeExamples.test.ts index 8c3d1133..bbe8c033 100644 --- a/test/integration/ComputeExamples.test.ts +++ b/test/integration/ComputeExamples.test.ts @@ -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.