mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
1.4 KiB
1.4 KiB
title | description |
---|---|
Tools & Examples | Tools and examples for developing with Ocean Protocol. |
Tools
Plecos is a Python tool to check metadata (a JSON file) to see if it conforms to the OEP8 schema. Plecos wraps the jsonschema validator.
Users can use Plecos to check their metadata before sending it to an Aquarius instance. Plecos is manually updated with a schema file according to OEP8. Find the tool in PyPI.
Examples
The Tutorials include many examples.
Examples of using the 🦑 squid-py Python library can be found in the squid_py/examples/ directory of the squid-py repository. More examples are in the repositories:
Examples of using the 🦑 squid-js JavaScript library can be found in the src/examples/ directory of the squid-js repository. More examples are in the repositories: