2023-05-19 13:42:27 +02:00
# Using Ocean Libraries
2022-08-02 11:59:29 +02:00
Ocean Protocol officially supports two client libraries:
* ocean.js
2022-08-03 12:44:46 +02:00
* ocean.py
2022-08-02 11:59:29 +02:00
2023-05-19 13:42:27 +02:00
| ocean.js | ocean.py |
2022-08-02 11:59:29 +02:00
| -------------------------------------------------------------- | -------------------------------------------------------------- |
| Written in Javascript | Written in Python |
2023-01-31 12:59:24 +01:00
| [Source code ](https://github.com/oceanprotocol/ocean.js ) | [Source code ](https://github.com/oceanprotocol/ocean.py ) |
2022-08-02 11:59:29 +02:00
| [Releases ](https://github.com/oceanprotocol/ocean.js/releases ) | [Releases ](https://github.com/oceanprotocol/ocean.py/releases ) |
2022-08-03 12:44:46 +02:00
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.
2023-05-19 13:42:27 +02:00
Watch our **Ocean.py Playlist of video tutorials** here:
{% embed url="https://www.youtube.com/playlist?list=PL_dn0wVs9kWoM-PMVt78Gkb7BFwlE_njK" %}