1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-190: change request with no subject merged in GitBook

This commit is contained in:
Veronica Manuel 2023-05-19 11:42:27 +00:00 committed by gitbook-bot
parent 5ce6b03661
commit 64e268a8d0
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -1,14 +1,18 @@
# Using Ocean libraries # Using Ocean Libraries
Ocean Protocol officially supports two client libraries: Ocean Protocol officially supports two client libraries:
* ocean.js * ocean.js
* ocean.py * ocean.py
| <b>ocean.js</b> | <b>ocean.py</b> | | ocean.js | ocean.py |
| -------------------------------------------------------------- | -------------------------------------------------------------- | | -------------------------------------------------------------- | -------------------------------------------------------------- |
| Written in Javascript | Written in Python | | Written in Javascript | Written in Python |
| [Source code](https://github.com/oceanprotocol/ocean.js) | [Source code](https://github.com/oceanprotocol/ocean.py) | | [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) | | [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. 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.
Watch our **Ocean.py Playlist of video tutorials** here:
{% embed url="https://www.youtube.com/playlist?list=PL_dn0wVs9kWoM-PMVt78Gkb7BFwlE_njK" %}