Giter VIP home page Giter VIP logo

ocean.py's Introduction

banner

ocean.py

Python library to privately & securely publish, exchange, and consume data.

Maintainability

Test Coverage

With ocean.py, you can:

  • Publish data services: 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 an OCEAN-datatoken Balancer pool (for auto price discovery), or for a fixed price. Sell data NFTs.
  • Stake OCEAN on datatoken pools
  • Transfer data NFTs & datatokens to another owner, and all other ERC721 & ERC20 actions using web3.py, Brownie, etc.

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.

๐Ÿ— Installation

#Install the ocean.py library. Allow pre-releases for the latest v4 version. Install wheel first to avoid errors.
pip install wheel
pip install --pre ocean-lib

โš ๏ธ Mac users: if you encounter an "Unsupported Architecture" issue, then install including ARCHFLAGS: ARCHFLAGS="-arch x86_64" pip install ocean-lib. [Details.]

๐Ÿ„ Quickstart

Here are flows to try out, from simple to specific detailed variants.

  • Simple flow - the essence of Ocean - creating a data NFT & datatoken.
  • Publish flow - a dataset is published.
  • Consume flow - a published dataset is consumed (downloaded).
  • Marketplace flow - a data asset is posted for sale in a datatoken pool, then purchased. Includes metadata.
  • Fixed rate exchange flow - a data asset is posted for sale at fixed rate, then purchased.
  • Dispenser flow - here, a datatoken dispenser is created and datatokens are dispensed for free.
  • Compute-to-data flow - uses C2D to build an AI model a dataset that never leaves the premises.
  • Key-value database - use data NFTs to store arbitrary key-value pairs on-chain.
  • Profile NFTs - enable "login with Web3" where Dapp can access private user profile data.

Learn more

๐Ÿฆ‘ Development

๐Ÿ› License

Copyright ((C)) 2022 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.

ocean.py's People

Contributors

trentmc avatar mariacarmina avatar calina-c avatar ssallam avatar alexcos20 avatar akshay-ap avatar md0x avatar trizin avatar akif-g avatar kremalicious avatar araa47 avatar mantisclone avatar santteegt avatar surajsjain avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.