1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00
docs/content/concepts/tools.md
2019-06-06 14:06:51 +02:00

1.6 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 OEP-8 schema. It wraps the jsonschema validator. Aquarius uses Plecos for checking metadata and other Ocean Protocol software will probably use it in the future.

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).

Submarine Blockchain Explorer

Submarine is based on BlockScout (by POA), an open source blockchain explorer for EVM-based blockchain networks. There is an Ocean Protocol fork of BlockScout. An instance is deployed in the Nile Testnet at https://submarine.dev-ocean.com/.

Command-Line Interfaces

There are a few Ocean Protocol command-line interfaces (CLIs). All of them were under development at the time of writing, so you may have issues with using them.

  • tuna can help you use squid-py, squid-js or squid-java from the command line
  • ocean-cli was built using squid-java
  • ocean-cli-py was built using squid-py