Creating a data NFT
This tutorial guides you through the process of creating your own data NFT using Ocean libraries. To know more about data NFT please refer this page.
Prerequisites
Create a script to deploy dataNFT
The provided script demonstrates how to create a data NFT using Oceanjs.
First, create a new file in the working directory, alongside the config.js
and .env
files. Name it create_dataNFT.js
(or any appropriate name). Then, copy the following code into the new created file:
Run script:
Check out these code examples or compute to data examples to see how you can use ocean.js.
If you have any difficulties or if you have further questions about how to use ocean.js please reach out to us on Discord.
If you notice any bugs or issues with ocean.js please open an issue on github.
Visit the Ocean Protocol website for general information about Ocean Protocol.
Last updated