1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-30 21:52:06 +02:00
docs/building-with-ocean/using-ocean-libraries
Akshay 056d5cef76
Update building-with-ocean/using-ocean-libraries/update-metadata.md
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
2022-08-03 12:30:05 +02:00
..
configuration.md GitBook: [#12] Add comments in code snippets 2022-08-02 12:52:51 +00:00
create-datatoken-with-fixed-pricing.md GitBook: [#13] No subject 2022-08-02 13:38:06 +00:00
creating_dataNFT.md GitBook: [#11] Add text in using Ocean libraries 2022-08-02 09:59:29 +00:00
mint-datatoken.md GitBook: [#12] Add comments in code snippets 2022-08-02 12:52:51 +00:00
README.md GitBook: [#11] Add text in using Ocean libraries 2022-08-02 09:59:29 +00:00
update-metadata.md Update building-with-ocean/using-ocean-libraries/update-metadata.md 2022-08-03 12:30:05 +02:00

Using Ocean libraries

Ocean Protocol officially supports two client libraries:

  • ocean.js
  • ocean.py
ocean.js ocean.py
Written in Javascript Written in Python
Source code Source code
Releases Releases

The tutorials in this section will guide you how to setup the required configuration and interact with Ocean Protocol's smart contracts, Aquarius and Provider using the supported libraries.