mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
46 lines
2.0 KiB
Markdown
46 lines
2.0 KiB
Markdown
|
---
|
||
|
description: How to publish a C2D algorithm NFT on the Ocean Market
|
||
|
---
|
||
|
|
||
|
# Publish a C2D Algorithm NFT
|
||
|
|
||
|
### Publish Your Algorithm NFT
|
||
|
|
||
|
#### Step 1 - Navigate to the Ocean Market
|
||
|
|
||
|
* Go to [https://market.oceanprotocol.com](https://market.oceanprotocol.com)
|
||
|
|
||
|
#### Step 2 - Connect your wallet
|
||
|
|
||
|
* Click the top right Connect Wallet button to connect your self-custody wallet to the Ocean Market
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/connect-wallet.png" alt=""><figcaption><p>Connect your self-custody wallet</p></figcaption></figure>
|
||
|
|
||
|
#### Step 3 - Click the Publish link in the top left corner of the page
|
||
|
|
||
|
* Click the Publish link
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/publish.png" alt=""><figcaption><p>Navigate to the Publish page</p></figcaption></figure>
|
||
|
|
||
|
#### Step 4 - Enter the metadata
|
||
|
|
||
|
* Enter the metadata for your algorithm NFT paying special attention to select the Algorithm asset type button:
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/algo-asset.png" alt=""><figcaption><p>Be sure to select the Algorithm asset type</p></figcaption></figure>
|
||
|
|
||
|
* Select the appropriate Docker image to run your code - most algorithms are written in Javascript or Python, so you can use either of these Docker images or your own custom image!
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/docker-image.png" alt=""><figcaption><p>Select the appropriate Docker image for your algorithm type</p></figcaption></figure>
|
||
|
|
||
|
#### Step 5 - Enter the Access information
|
||
|
|
||
|
* Make sure to keep this option checked! ✅
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/algorithm-privacy.png" alt=""><figcaption><p>Keep this option checked for Compute-to-Data</p></figcaption></figure>
|
||
|
|
||
|
#### Step 6 - Set a price, Fixed or Free, for your algorithm
|
||
|
|
||
|
* It is recommended that you set a fixed price since the price that you choose for your algorithm will be charged any time that someone selects to run your algorithm on a dataset, including datasets that aren't yours!
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/Set-a-price-algo.png" alt=""><figcaption><p>Set a price for your C2D algorithm NFT</p></figcaption></figure>
|