2022-08-02 11:59:29 +02:00
# Using Ocean libraries
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
2022-08-03 12:44:46 +02:00
| < b > ocean.js< / b > | < b > ocean.py< / b > |
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.