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

Updating ComputeExamples.md

This commit is contained in:
GitHub Actions Bot 2023-03-27 15:32:52 +00:00
parent 99f7b29bf5
commit 996d967e65

View File

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