mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-321: change request with no subject merged in GitBook
This commit is contained in:
parent
1583a36742
commit
525d7fa9e5
@ -62,6 +62,7 @@
|
||||
* [Mint Datatokens](developers/ocean.js/mint-datatoken.md)
|
||||
* [Update Metadata](developers/ocean.js/update-metadata.md)
|
||||
* [Remove Asset](developers/ocean.js/remove-asset.md)
|
||||
* [CoD Asset](developers/ocean.js/cod-asset.md)
|
||||
* [Compute to data](developers/compute-to-data/README.md)
|
||||
* [Architecture](developers/compute-to-data/compute-to-data-architecture.md)
|
||||
* [Datasets & Algorithms](developers/compute-to-data/compute-to-data-datasets-algorithms.md)
|
||||
|
2
developers/ocean.js/cod-asset.md
Normal file
2
developers/ocean.js/cod-asset.md
Normal file
@ -0,0 +1,2 @@
|
||||
# CoD Asset
|
||||
|
@ -87,7 +87,7 @@ node updateMetadata.js
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
We provide several code examples using the Ocean.js library for interacting with the Ocean Protocol. Here are some highlights from our [code examples](https://github.com/oceanprotocol/ocean.js/blob/main/CodeExamples.md) ([compute examples](https://github.com/oceanprotocol/ocean.js/blob/main/ComputeExamples.md)):
|
||||
We provided several code examples using the Ocean.js library for interacting with the Ocean Protocol. Some highlights from our [code examples](https://github.com/oceanprotocol/ocean.js/blob/main/CodeExamples.md) ([compute examples](https://github.com/oceanprotocol/ocean.js/blob/main/ComputeExamples.md)) are:
|
||||
|
||||
1. **Minting an NFT** - This example demonstrates how to mint an NFT (Non-Fungible Token) using the Ocean.js library. It shows the necessary steps, including creating a NFTFactory instance, defining NFT parameters, and calling the `create()` method to mint the NFT.
|
||||
2. **Publishing a dataset** - This example explains how to publish a dataset on the Ocean Protocol network. It covers steps such as creating a DDO, signing the DDO, and publish the dataset.
|
||||
|
Loading…
Reference in New Issue
Block a user