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

Addign links

This commit is contained in:
Jamie Hewitt 2022-05-05 16:27:57 +03:00
parent 50e711eabc
commit 0e4df185b1
2 changed files with 16 additions and 16 deletions

View File

@ -17,14 +17,14 @@ Here are the steps we will be following throughout the article:
Here are the steps:
1. Prerequisites
2. Initialize services
3. Create a new node.js project
4. Install dependancies
5. Import dependencies and add variables and constants
6. Publish Data NFT and a Datatoken with a liquidity pool
7. Publish Data NFT and a Datatoken with a fixed rate exchange
8. Publish Data NFT and a Datatoken with a dispenser
1. [Prerequisites](#-Prerequisites)
2. [Initialize services](#-initialize-services)
3. [Create a new node.js project](#-create-a-new-node.js-project)
4. [Install dependencies](#-install-dependencies)
5. [Import dependencies and add variables and constants](#-import-dependencies-and-add-variables-and-constants)
6. [Publish Data NFT and a Datatoken with a liquidity pool](#-Publish-data-nft-and-a-datatoken-with-a-liquidity-pool)
7. [Publish Data NFT and a Datatoken with a fixed rate exchange](#-publish-data-nft-and-a-datatoken-with-a-fixed-rate-exchange)
8. [Publish Data NFT and a Datatoken with a dispenser](#-publish-data-nft-and-a-datatoken-with-a-dispenser)
## 1. Prerequisites
Before we start it is important that you have all of the necessary prerequisites installed on your computer.

View File

@ -17,14 +17,14 @@
/// Here are the steps:
/// 1. Prerequisites
/// 2. Initialize services
/// 3. Create a new node.js project
/// 4. Install dependancies
/// 5. Import dependencies and add variables and constants
/// 6. Publish Data NFT and a Datatoken with a liquidity pool
/// 7. Publish Data NFT and a Datatoken with a fixed rate exchange
/// 8. Publish Data NFT and a Datatoken with a dispenser
/// 1. [Prerequisites](#-Prerequisites)
/// 2. [Initialize services](#-initialize-services)
/// 3. [Create a new node.js project](#-create-a-new-node.js-project)
/// 4. [Install dependencies](#-install-dependencies)
/// 5. [Import dependencies and add variables and constants](#-import-dependencies-and-add-variables-and-constants)
/// 6. [Publish Data NFT and a Datatoken with a liquidity pool](#-Publish-data-nft-and-a-datatoken-with-a-liquidity-pool)
/// 7. [Publish Data NFT and a Datatoken with a fixed rate exchange](#-publish-data-nft-and-a-datatoken-with-a-fixed-rate-exchange)
/// 8. [Publish Data NFT and a Datatoken with a dispenser](#-publish-data-nft-and-a-datatoken-with-a-dispenser)
/// ## 1. Prerequisites
/// Before we start it is important that you have all of the necessary prerequisites installed on your computer.