1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/concepts/tools.md
2019-04-04 11:16:39 +02:00

1.3 KiB

title description
Tools Some tools that can be useful when working with Ocean Protocol.

Plecos

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. Aquarius can also use it to check metadata. Plecos can be found in the Plecos repository on GitHub and as a Python package in PyPI.

Plecos can be used in a microservice to facilitate data onboarding, as described in the plecos_service repository.

Faucet Server

The Ocean Protocol Faucet Server is a microservice that allows users to request Ether for a particular Ethereum network (e.g. the Nile Testnet).

BlockScout

BlockScout (by POA) is an open source blockchain explorer for Ethereum networks. An instance is deployed in the Nile Testnet, for example, at https://submarine.dev-ocean.com/.