1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/developers/using-ocean-libraries/README.md

15 lines
971 B
Markdown
Raw Normal View History

# Using Ocean libraries
Ocean Protocol officially supports two client libraries:
* ocean.js
* ocean.py
| <b>ocean.js</b> | <b>ocean.py</b> |
| -------------------------------------------------------------- | -------------------------------------------------------------- |
| 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) |
| [Releases](https://github.com/oceanprotocol/ocean.js/releases) | [Releases](https://github.com/oceanprotocol/ocean.py/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.