🐳 Ocean protocol library.


Keywords
ocean-lib, balancer-pools, blockchain, ocean, ocean-protocol, ocean-tokens
License
Apache-2.0
Install
pip install ocean-lib==3.1.2

Documentation

ocean.py: a Python library to privately & securely publish, exchange, and consume data.

Maintainability Test Coverage

Ocean.py helps data scientists earn $ from their AI models, track provenance of data & compute, and get more data. (More details here.)

Ocean.py makes these tasks easy:

  • Publish data services: data feeds, REST APIs, downloadable files or compute-to-data. Create an ERC721 data NFT for each service, and ERC20 datatoken for access (1.0 datatokens to access).
  • Sell datatokens via for a fixed price. Sell data NFTs.
  • Transfer data NFTs & datatokens to another owner, and all other ERC721 & ERC20 actions using web3.py.

ocean.py is part of the Ocean Protocol toolset.

This is in beta state. If you run into problems, please open up a new issue.

🏄 Quickstart

Follow these steps in sequence to ramp into Ocean.

  1. Install Ocean
  2. Setup:
  3. Walk through main flow: publish asset, post for free / for sale, dispense it / buy it, and consume it

Tools

Use-case flows

On-chain key-value store via data NFTs

More types of data assets

Each of the following shows how to publish & consume a particular type of data.

  • C2D - tokenize & monetize AI algorithms via Compute-to-Data
  • REST API - Example on Binance ETH price feed
  • GraphQL - Example on Ocean Data NFTs
  • On-chain data - Example on Ocean swap fees
  • Adding credentials - Example on publishing an asset with custom credentials

Learn more

🦑 Development

🏛 License

Copyright ((C)) 2023 Ocean Protocol Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.