diff --git a/.gitbook/assets/cover/contribute_card (1).png b/.gitbook/assets/cover/contribute_card (1).png new file mode 100644 index 00000000..4ee76eef Binary files /dev/null and b/.gitbook/assets/cover/contribute_card (1).png differ diff --git a/.gitbook/assets/cover/data_science_card (1).png b/.gitbook/assets/cover/data_science_card (1).png new file mode 100644 index 00000000..862b97e8 Binary files /dev/null and b/.gitbook/assets/cover/data_science_card (1).png differ diff --git a/.gitbook/assets/cover/developer_tutorials_card (1).png b/.gitbook/assets/cover/developer_tutorials_card (1).png new file mode 100644 index 00000000..f0f5ebe9 Binary files /dev/null and b/.gitbook/assets/cover/developer_tutorials_card (1).png differ diff --git a/.gitbook/assets/cover/discover_card (1).png b/.gitbook/assets/cover/discover_card (1).png new file mode 100644 index 00000000..b41976df Binary files /dev/null and b/.gitbook/assets/cover/discover_card (1).png differ diff --git a/.gitbook/assets/cover/infrastructure_card (1).png b/.gitbook/assets/cover/infrastructure_card (1).png new file mode 100644 index 00000000..395fb229 Binary files /dev/null and b/.gitbook/assets/cover/infrastructure_card (1).png differ diff --git a/.gitbook/assets/cover/rewards_card (1).png b/.gitbook/assets/cover/rewards_card (1).png new file mode 100644 index 00000000..ce298ae4 Binary files /dev/null and b/.gitbook/assets/cover/rewards_card (1).png differ diff --git a/.gitbook/assets/cover/user_guides_card (1).png b/.gitbook/assets/cover/user_guides_card (1).png new file mode 100644 index 00000000..ec1321c6 Binary files /dev/null and b/.gitbook/assets/cover/user_guides_card (1).png differ diff --git a/.gitbook/assets/gif/whats-a-wallet (1).gif b/.gitbook/assets/gif/whats-a-wallet (1).gif new file mode 100644 index 00000000..11d7ce42 Binary files /dev/null and b/.gitbook/assets/gif/whats-a-wallet (1).gif differ diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (1).png b/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (1).png new file mode 100644 index 00000000..c99a54ac Binary files /dev/null and b/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (1).png differ diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2).png b/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2).png new file mode 100644 index 00000000..c99a54ac Binary files /dev/null and b/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2).png differ diff --git a/SUMMARY.md b/SUMMARY.md index 7c13dedf..8476a2fa 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -27,7 +27,7 @@ * [How to Data Farm](user-guides/how-to-data-farm.md) * [Claim OCEAN Rewards](user-guides/claim-ocean-rewards.md) * [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-using-etherscan.md) -* [👨💻 Developers](developers/README.md) +* [👨💻 👨💻 Developers](developers/README.md) * [Architecture Overview](developers/architecture.md) * [Data NFTs and Datatokens](developers/datanft-and-datatoken.md) * [Roles](developers/roles.md) diff --git a/developers/aquarius/asset-requests.md b/developers/aquarius/asset-requests.md index 93e48767..3e2b41ef 100644 --- a/developers/aquarius/asset-requests.md +++ b/developers/aquarius/asset-requests.md @@ -10,9 +10,7 @@ A method for retrieving all information about the asset using a unique identifie * **Purpose**: This endpoint is used to fetch the Decentralized Document (DDO) of a particular asset. A DDO is a detailed information package about a specific asset, including its ID, metadata, and other necessary data. * **Parameters**: The `` in the URL is a placeholder for the DID, a unique identifier for the asset you want to retrieve the DDO for. -| Name | Description | Type | Within | Required | -| ----- | ---------------- | ------ | ------ | -------- | -| `did` | DID of the asset | string | path | true | +
NameDescriptionTypeWithinRequired
didDID of the assetstringpathtrue
Here are some typical responses you might receive from the API: @@ -53,9 +51,7 @@ Here are some typical responses you might receive from the API: #### Parameters -| Name | Description | Type | Within | Required | -| ----- | ---------------- | ------ | ------ | -------- | -| `did` | DID of the asset | string | path | true | +
NameDescriptionTypeWithinRequired
didDID of the assetstringpathtrue
#### Curl Example @@ -92,9 +88,7 @@ Here are some typical responses you might receive from the API: #### Parameters -| Name | Description | Type | Within | Required | -| --------- | ------------------ | ---- | ------ | -------- | -| `didList` | list of asset DIDs | list | body | true | +
NameDescriptionTypeWithinRequired
didListlist of asset DIDslistbodytrue
#### Curl Example @@ -241,10 +235,7 @@ Used to manually initiate the process of DDO caching based on a transaction ID. * **Purpose**: This endpoint is used to manually trigger the caching process of a DDO (Decentralized Identifier Document). This process is initiated based on a specific transaction ID, which should include either MetadataCreated or MetadataUpdated events. This can be particularly useful in situations where immediate caching of metadata changes is required. * **Parameters**: The parameters for this endpoint are provided in the body of the POST request as a valid JSON object. This includes the transaction ID and log index that is associated with the metadata event. -| Name | Description | Type | Within | Required | -| --------------- | ------------------------------------ | ------ | ------ | -------- | -| `transactionId` | DID of the asset | string | path | true | -| `logIndex` | custom log index for the transaction | int | path | false | +
NameDescriptionTypeWithinRequired
transactionIdDID of the assetstringpathtrue
logIndexcustom log index for the transactionintpathfalse
Here are some typical responses you might receive from the API: diff --git a/developers/datanft-and-datatoken.md b/developers/datanft-and-datatoken.md index 6bb83d28..349159d1 100644 --- a/developers/datanft-and-datatoken.md +++ b/developers/datanft-and-datatoken.md @@ -62,7 +62,7 @@ Ocean provides convenient methods to list ERC20 datatokens for sale, with fixed- ### High-Level Behavior -![High-Level Flow](../.gitbook/assets/architecture/high-level-flow.png) +![High-Level Flow](<../.gitbook/assets/architecture/high-level-flow (1).png>) Here's an example. diff --git a/developers/using-ocean-subgraph/get-data-nft-information.md b/developers/using-ocean-subgraph/get-data-nft-information.md index da0735d0..60dd2682 100644 --- a/developers/using-ocean-subgraph/get-data-nft-information.md +++ b/developers/using-ocean-subgraph/get-data-nft-information.md @@ -4,7 +4,7 @@ description: >- NFTs --- -# Get data NFT Information +# Get data NFT information Now that you are familiar with the process of retrieving a list of data NFTs 😎, let's explore how to obtain more specific details about a particular NFT through querying. By utilizing the knowledge you have gained, you can customize your GraphQL query to include additional parameters such as the NFT's metadata, creator information, template, or any other relevant data points. This will enable you to delve deeper into the intricacies of a specific NFT and gain a comprehensive understanding of its attributes. With this newfound capability, you can unlock valuable insights and make informed decisions based on the specific details retrieved. So, let's dive into the fascinating world of querying and unravel the unique characteristics of individual data NFTs. @@ -12,7 +12,7 @@ Now that you are familiar with the process of retrieving a list of data NFTs The result of the following GraphQL query returns the information about a particular data NFT. In this example, `0x1c161d721e6d99f58d47f709cdc77025056c544c`. -_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](../ocean-subgraph/#ocean-subgraph-deployments)_._ +_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](broken-reference)_._ {% tabs %} {% tab title="Javascript" %} diff --git a/developers/using-ocean-subgraph/get-datatoken-information.md b/developers/using-ocean-subgraph/get-datatoken-information.md index 90492637..e1322732 100644 --- a/developers/using-ocean-subgraph/get-datatoken-information.md +++ b/developers/using-ocean-subgraph/get-datatoken-information.md @@ -12,7 +12,7 @@ To fetch detailed information about a specific datatoken, you can utilize the po The result of the following GraphQL query returns the information about a particular datatoken. Here, `0x122d10d543bc600967b4db0f45f80cb1ddee43eb` is the address of the datatoken. -_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](../ocean-subgraph/#ocean-subgraph-deployments)_._ +_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](broken-reference)_._ {% tabs %} {% tab title="Javascript" %} diff --git a/developers/using-ocean-subgraph/list-data-nfts.md b/developers/using-ocean-subgraph/list-data-nfts.md index 30c2d2c7..00b456a7 100644 --- a/developers/using-ocean-subgraph/list-data-nfts.md +++ b/developers/using-ocean-subgraph/list-data-nfts.md @@ -16,7 +16,7 @@ There are several options available to see this query in action. Below, you will 2. Execute the query in Python by following the code snippet. 3. Execute the query in JavaScript by clicking on the "Run" button of the Javascript tab. -_PS: In these examples, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](../ocean-subgraph/#ocean-subgraph-deployments)_._ +_PS: In these examples, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](broken-reference)_._ {% tabs %} {% tab title="Javascript" %} diff --git a/developers/using-ocean-subgraph/list-datatokens.md b/developers/using-ocean-subgraph/list-datatokens.md index b0c375e9..b297c600 100644 --- a/developers/using-ocean-subgraph/list-datatokens.md +++ b/developers/using-ocean-subgraph/list-datatokens.md @@ -8,7 +8,7 @@ With your newfound knowledge of fetching data NFTs and retrieving the associated -_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](../ocean-subgraph/#ocean-subgraph-deployments)_._ +_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](broken-reference)_._ {% tabs %} {% tab title="Javascript" %} diff --git a/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md b/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md index ff9a8134..a113eeb0 100644 --- a/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md +++ b/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md @@ -8,7 +8,7 @@ Having gained knowledge about fetching lists of data NFTs and datatokens and ext -_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](../ocean-subgraph/#ocean-subgraph-deployments)_._ +_PS: In this example, the query is executed on the Ocean subgraph deployed on the mainnet. If you want to change the network, please refer to_ [_this table_](broken-reference)_._ {% tabs %} {% tab title="Javascript" %} diff --git a/discover/networks/README.md b/discover/networks/README.md index dc80cadd..7940d466 100644 --- a/discover/networks/README.md +++ b/discover/networks/README.md @@ -13,19 +13,13 @@ In each network, whether it's the Ethereum mainnet, a testnet, or the Polygon/Ma The Ethereum mainnet is a production network, which means that it is a live and operational network that handles real transactions and has actual economic value. To connect to the Ethereum mainnet using a wallet such as MetaMask, you can click on the network name dropdown and select Ethereum mainnet from the list of available networks. -| Gas Token | Mainnet ETH (Native token) | -| ----------- | ------------------------------------------------------------------------------------------------------------------- | -| OCEAN Token | [0x967da4048cD07aB37855c090aAF366e4ce1b9F48](https://etherscan.io/token/0x967da4048cD07aB37855c090aAF366e4ce1b9F48) | -| Explorer | [https://etherscan.io](https://etherscan.io) | +
Gas TokenMainnet ETH (Native token)
OCEAN Token0x967da4048cD07aB37855c090aAF366e4ce1b9F48
Explorerhttps://etherscan.io
### Polygon Mainnet Ocean Protocol is also deployed to Polygon Mainnet, which is another production network. The native token of Polygon Mainnet is MATIC. If you cannot find Polygon Mainnet as a predefined network in your wallet, you can manually connect to it by following Polygon's [guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/#add-the-polygon-network-manually), which provides step-by-step instructions for connecting to Polygon Mainnet. -| Gas Token | Matic(Native token) | -| --------- | ---------------------------------------------------------------------------------------------------------------------- | -| OCEAN | [0x282d8efCe846A88B159800bd4130ad77443Fa1A1](https://polygonscan.com/token/0x282d8efce846a88b159800bd4130ad77443fa1a1) | -| Explorer | [https://polygonscan.com](https://polygonscan.com) | +
Gas TokenMatic(Native token)
OCEAN0x282d8efCe846A88B159800bd4130ad77443Fa1A1
Explorerhttps://polygonscan.com
**Bridge** @@ -35,10 +29,7 @@ Check our Polygon Bridge [guide](bridges.md) to learn how you can deposit, withd Ocean Protocol is also deployed to Binance Smart Chain (BSC), which is another production network. The native token of the Binance Smart Chain is BNB, which is the token of the Binance exchange. If Binance Smart Chain is not listed as a predefined network in your wallet, you can manually connect to it by following Binance's [guide](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain), which provides detailed instructions on how to connect to Binance Smart Chain. -| Gas Token | BSC BNB(Native token) | -| --------- | ------------------------------------------------------------------------------------------------------------------ | -| OCEAN | [0xdce07662ca8ebc241316a15b611c89711414dd1a](https://bscscan.com/token/0xdce07662ca8ebc241316a15b611c89711414dd1a) | -| Explorer | [https://bscscan.com/](https://bscscan.com/) | +
Gas TokenBSC BNB(Native token)
OCEAN0xdce07662ca8ebc241316a15b611c89711414dd1a
Explorerhttps://bscscan.com/
**Bridge** @@ -48,10 +39,7 @@ Check our BSC Bridge [guide](bridges.md#binance-smart-chain-bsc-bridge) to learn Ocean Protocol is also deployed to [Energy Web Chain](https://energy-web-foundation.gitbook.io/energy-web/technology/trust-layer-energy-web-chain), which is another production network. The native token of the Energy Web Chain is EWT. If you cannot find Energy Web Chain as a predefined network in your wallet, you can manually connect to it by following this [guide](https://energy-web-foundation.gitbook.io/energy-web/how-tos-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash). -| Gas Token | Energy Web Chain EWT(Native token) | -| --------- | ----------------------------------------------------------------------------------------------------------------------------- | -| OCEAN | [0x593122aae80a6fc3183b2ac0c4ab3336debee528](https://explorer.energyweb.org/token/0x593122aae80a6fc3183b2ac0c4ab3336debee528) | -| Explorer | [https://explorer.energyweb.org/](https://explorer.energyweb.org/) | +
Gas TokenEnergy Web Chain EWT(Native token)
OCEAN0x593122aae80a6fc3183b2ac0c4ab3336debee528
Explorerhttps://explorer.energyweb.org/
**Bridge** @@ -61,10 +49,7 @@ To bridge assets between Energy Web Chain and Ethereum mainnet, you can use [thi Ocean Protocol is also deployed to [Moonriver](https://docs.moonbeam.network/builders/get-started/networks/moonriver/), which is another production network. The native token of Moonriver is MOVR. If Moonriver is not listed as a predefined network in your wallet, you can manually connect to it by following this [guide](https://docs.moonbeam.network/builders/get-started/networks/moonriver/#connect-metamask). -| Gas Token | Moonriver MOVR(Native token) | -| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| OCEAN | [0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE](https://blockscout.moonriver.moonbeam.network/token/0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE/token-transfers) | -| Explorer | [https://blockscout.moonriver.moonbeam.network](https://blockscout.moonriver.moonbeam.network) | +
Gas TokenMoonriver MOVR(Native token)
OCEAN0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE
Explorerhttps://blockscout.moonriver.moonbeam.network
**Bridge** @@ -74,12 +59,7 @@ To bridge assets between Moonriver and Ethereum mainnet, you can use [this](http Ocean Protocol is deployed on the Görli test network, which is used for testing and experimentation. Tokens on Görli do not hold real economic value, as it is a non-production network. To connect to Görli using a wallet like MetaMask, simply click on the network name dropdown and select _Goerli_ from the list of available networks. -| Gas Token | Görli ETH(Native token) | -| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Görli ETH | [Faucet](https://goerlifaucet.com/). You may find others by [searching](https://www.google.com/search?q=goerli+ether+faucet%5C\&oq=goerli+ether+faucet). | -| OCEAN | [0xCfDdA22C9837aE76E0faA845354f33C62E03653a](https://goerli.etherscan.io/address/0xcfdda22c9837ae76e0faa845354f33c62e03653a) | -| Görli OCEAN | [Faucet](https://faucet.goerli.oceanprotocol.com) | -| Explorer | [https://blockscout.moonriver.moonbeam.network](https://blockscout.moonriver.moonbeam.network) | +
Gas TokenGörli ETH(Native token)
Görli ETHFaucet. You may find others by searching.
OCEAN0xCfDdA22C9837aE76E0faA845354f33C62E03653a
Görli OCEANFaucet
Explorerhttps://blockscout.moonriver.moonbeam.network
### Mumbai @@ -87,10 +67,5 @@ Ocean Protocol is deployed on the Mumbai test network Matic / Polygon, which is If Mumbai is not listed as a predefined network in your wallet, you can connect to it manually by following [Matic's guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/). -| Gas Token | Mumbai MATIC(Native token) | -| ------------ | ----------------------------------------------------------------------------------------------------------------------------- | -| Mumbai MATIC | [Faucet](https://faucet.matic.network/). You may find others by [searching](https://www.google.com/search?q=mumbai+faucet). | -| OCEAN | [0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8](https://mumbai.polygonscan.com/token/0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8) | -| Mumbai OCEAN | [Faucet](https://faucet.mumbai.oceanprotocol.com/) | -| Explorer | [https://mumbai.polygonscan.com](https://mumbai.polygonscan.com) | +
Gas TokenMumbai MATIC(Native token)
Mumbai MATICFaucet. You may find others by searching.
OCEAN0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8
Mumbai OCEANFaucet
Explorerhttps://mumbai.polygonscan.com
diff --git a/discover/wallets-and-ocean-tokens.md b/discover/wallets-and-ocean-tokens.md index b534233b..95b00fc0 100644 --- a/discover/wallets-and-ocean-tokens.md +++ b/discover/wallets-and-ocean-tokens.md @@ -12,7 +12,7 @@ If you don't see any Ocean Tokens in your crypto wallet software (e.g. MetaMask Almost all ERC-20 wallets require these values for adding a custom token: -
Network nameContract AddressSymbolDecimals
Mainnet0x967da4048cD07aB37855c090aAF366e4ce1b9F48OCEAN18
Polygon
(ex Matic)
0x282d8efCe846A88B159800bd4130ad77443Fa1A1mOCEAN18
BSC
Binance Smart Chain
0xdce07662ca8ebc241316a15b611c89711414dd1aOCEAN18
Görli0xCfDdA22C9837aE76E0faA845354f33C62E03653aOCEAN18
Mumbai0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8OCEAN18
+
Network nameContract AddressSymbolDecimals
Mainnet0x967da4048cD07aB37855c090aAF366e4ce1b9F48OCEAN18
Polygon
(ex Matic)
0x282d8efCe846A88B159800bd4130ad77443Fa1A1mOCEAN18
BSC
Binance Smart Chain
0xdce07662ca8ebc241316a15b611c89711414dd1aOCEAN18
Görli0xCfDdA22C9837aE76E0faA845354f33C62E03653aOCEAN18
Mumbai0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8OCEAN18
The [OCEAN Token page](https://oceanprotocol.com/token) at oceanprotocol.com has further details. diff --git a/discover/wallets.md b/discover/wallets.md index 94002c25..bb6b12c4 100644 --- a/discover/wallets.md +++ b/discover/wallets.md @@ -6,7 +6,7 @@ description: Fundamental knowledge of using ERC-20 crypto wallets. Ocean Protocol users require an ERC-20 compatible wallet to manage their OCEAN and ETH tokens. In this guide, we will provide some recommendations for different wallet options. -
+
### What is a wallet? diff --git a/infrastructure/setup-server.md b/infrastructure/setup-server.md index 9654f6fb..cf250bac 100644 --- a/infrastructure/setup-server.md +++ b/infrastructure/setup-server.md @@ -28,7 +28,7 @@ Select Ubuntu OS and choose a plan. The required CPU, Memory depends on the numb Also, select the region where you want Aquarius to be hosted and a root password. -![Select region](<../.gitbook/assets/server-setup/server-setup3 (1).png>) +![Select region](../.gitbook/assets/server-setup/server-setup3.png) ![Click create Droplet](../.gitbook/assets/server-setup/server-setup4.png) diff --git a/user-guides/README.md b/user-guides/README.md index 1ad4879d..26ab9175 100644 --- a/user-guides/README.md +++ b/user-guides/README.md @@ -1,5 +1,7 @@ --- -description: User guides +description: >- + The definitive guides on how to do almost anything you want with Ocean + Protocol tech! cover: ../.gitbook/assets/cover/user_guides.png coverY: 0 --- diff --git a/user-guides/asset-hosting/azure-cloud.md b/user-guides/asset-hosting/azure-cloud.md index ff761e2e..975b6f35 100644 --- a/user-guides/asset-hosting/azure-cloud.md +++ b/user-guides/asset-hosting/azure-cloud.md @@ -18,41 +18,41 @@ Create an account on [Azure](https://azure.microsoft.com/en-us/). Users might al Go to the Azure portal: https://portal.azure.com/#home and select `Storage accounts` as shown below. -![Select storage accounts](../../.gitbook/assets/hosting/azure1.png) +![Select storage accounts](<../../.gitbook/assets/hosting/azure1 (1).png>) **Create a new storage account** -![Create a storage account](<../../.gitbook/assets/hosting/azure2 (1).png>) +![Create a storage account](../../.gitbook/assets/hosting/azure2.png) **Fill in the details** -![Add details](../../.gitbook/assets/hosting/azure3.png) +![Add details](<../../.gitbook/assets/hosting/azure3 (1).png>) **Storage account created** -![Storage account created](<../../.gitbook/assets/hosting/azure4 (1).png>) +![Storage account created](../../.gitbook/assets/hosting/azure4.png) **Step 2 - Create a blob container** -![Create a blob container](../../.gitbook/assets/hosting/azure5.png) +![Create a blob container](<../../.gitbook/assets/hosting/azure5 (1).png>) **Step 3 - Upload a file** -![Upload a file](<../../.gitbook/assets/hosting/azure6 (1).png>) +![Upload a file](../../.gitbook/assets/hosting/azure6.png) **Step 4 - Share the file** **Select the file to be published and click Generate SAS** -![Click generate SAS](../../.gitbook/assets/hosting/azure7.png) +![Click generate SAS](<../../.gitbook/assets/hosting/azure7 (1).png>) **Configure the SAS details and click `Generate SAS token and URL`** -![Generate link to file](<../../.gitbook/assets/hosting/azure8 (1).png>) +![Generate link to file](../../.gitbook/assets/hosting/azure8.png) **Copy the generated link** -![Copy the link](<../../.gitbook/assets/hosting/azure9 (1).png>) +![Copy the link](../../.gitbook/assets/hosting/azure9.png) **Step 5 - Publish the asset using the generated link** diff --git a/user-guides/compute-to-data/publish-a-c2d-data-nft.md b/user-guides/compute-to-data/publish-a-c2d-data-nft.md index 0c4f4f99..fc0c0843 100644 --- a/user-guides/compute-to-data/publish-a-c2d-data-nft.md +++ b/user-guides/compute-to-data/publish-a-c2d-data-nft.md @@ -4,7 +4,7 @@ description: How to publish a data NFT with C2D configurations # Publish a C2D Data NFT -
+
#### Step 1 - Navigate to the Ocean Market @@ -78,7 +78,7 @@ description: How to publish a data NFT with C2D configurations #### Congratulations! You have fully finished the C2D flow. Check your work by verifying that your algorithm appears on the data NFT's page, like in the following example: -

Your algorithm should appear now on the data NFT's page!

+

Your algorithm should appear now on the data NFT's page!

If you would like to run the compute job, then simply click the radio button to the left of the algorithm's name and click Buy Compute Job. diff --git a/user-guides/remove-liquidity-using-etherscan.md b/user-guides/remove-liquidity-using-etherscan.md index 73ebd643..8a661ca1 100644 --- a/user-guides/remove-liquidity-using-etherscan.md +++ b/user-guides/remove-liquidity-using-etherscan.md @@ -14,7 +14,7 @@ Liquidity pools and dynamic pricing used to be supported in previous versions of 4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei. -

Balance Of

+

Balance Of

5\. Copy this number as later you will use it as the `poolAmountIn` parameter.