mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Issue-#1042: Create dataNFT examples
This commit is contained in:
parent
c003c817fb
commit
526c13b2c8
@ -63,6 +63,10 @@ createDataNFT()
|
||||
```
|
||||
{% endcode %}
|
||||
|
||||
Executing script
|
||||
```bash
|
||||
node create_dataNFT.js
|
||||
```
|
||||
|
||||
{% endtab %}
|
||||
|
||||
@ -85,5 +89,12 @@ data_nft = ocean.create_data_nft(
|
||||
print(f"Created dataNFT. Its address is {data_nft.address}")
|
||||
```
|
||||
{% endcode %}
|
||||
|
||||
Executing script
|
||||
```bash
|
||||
python create_dataNFT.py
|
||||
```
|
||||
|
||||
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
Loading…
x
Reference in New Issue
Block a user