1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/developers/ocean.py
2023-10-19 15:54:19 +03:00
..
compute-flow.md Addressed comments in the PR 2023-10-11 22:22:40 +03:00
consume-flow.md Final cleanup 2023-07-16 10:19:03 +03:00
datatoken-interface-tech-details.md Fix broken links 2023-06-29 18:52:01 +03:00
install.md Final cleanup 2023-07-16 10:19:03 +03:00
local-setup.md Addressed comments in the PR 2023-10-11 22:22:40 +03:00
ocean-assets-tech-details.md Cleanup image assets file structure and the broken links 2023-07-15 14:52:48 +03:00
ocean-compute-tech-details.md Fix broken links 2023-06-29 18:52:01 +03:00
publish-flow.md Final cleanup 2023-07-16 10:19:03 +03:00
README.md Updated based on received feedback from Trent 2023-10-18 18:26:24 +03:00
remote-setup.md Restructured summary and fixed all links to docs so they are redirected to internal pages. 2023-10-06 13:12:48 -07:00
technical-details.md Fixes 1275 2023-10-19 15:54:19 +03:00

Ocean.py

Attention all data enthusiasts! Are you an inquisitive data scientist intrigued by the world of Web3 and blockchain, but unsure of where to begin? Have you developed a groundbreaking AI algorithm and desire to transform it into profitable success? Perhaps you're engaged in training a highly lucrative model (LLM) and seek to define precise licensing terms for your valuable data. Or maybe you simply wish to sell your data while maintaining utmost privacy and control.

This is where ocean.py can help. It is a Python library for data scientists to privately & securely publish, exchange, and consume data. 🐙💦

ocean.py library

Overview

ocean.py lets you do the following things:

  • 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 for a fixed price. Sell data NFTs.
  • Transfer data NFTs & datatokens to another owner, and all other ERC721 & ERC20 actions using Brownie.

If you prefer video format, please check this video below, otherwise let's move forward.

{% embed url="https://youtu.be/8uZC6PC9PBM" %}

Quickstart 🚀

To kickstart your adventure with ocean.py, we set out the following steps to get you zooming ahead in no time!

  1. Install Ocean 📥
  2. Setup 🛠️Remote (Win, MacOS, Linux) — or Local (Linux only)
  3. Publish asset, post for free / for sale, dispense it / buy it, and consume it
  4. Run algorithms through Compute-to-Data flow using Ocean environment.

After these quickstart steps, the main README points to several other use cases, such as Data Farming - Challenge DF, Data Farming - Volume DF, on-chain key-value stores (public or private), and other types of data assets (REST API, GraphQL, on-chain).