2022-07-03 12:47:26 +02:00
|
|
|
# Table of contents
|
2024-06-17 14:34:26 +02:00
|
|
|
|
|
|
|
* [👋 Ocean docs](README.md)
|
|
|
|
* [🌊 Discover Ocean](discover/README.md)
|
|
|
|
* [Why Ocean?](discover/why-ocean.md)
|
|
|
|
* [What is Ocean?](discover/what-is-ocean.md)
|
|
|
|
* [What can you do with Ocean?](discover/benefits.md)
|
|
|
|
* [OCEAN: The Ocean token](discover/ocean-token.md)
|
|
|
|
* [Networks](discover/networks/README.md)
|
|
|
|
* [Network Bridges](discover/networks/bridges.md)
|
|
|
|
* [FAQ](discover/faq.md)
|
|
|
|
* [Glossary](discover/glossary.md)
|
|
|
|
* [📚 User Guides](user-guides/README.md)
|
|
|
|
* [Basic concepts](user-guides/basic-concepts.md)
|
|
|
|
* [Using Wallets](user-guides/wallets/README.md)
|
|
|
|
* [Set Up MetaMask](user-guides/wallets/metamask-setup.md)
|
|
|
|
* [Manage Your OCEAN](user-guides/wallets/wallets-and-ocean.md)
|
|
|
|
* [Host Assets](user-guides/asset-hosting/README.md)
|
|
|
|
* [Uploader](user-guides/asset-hosting/uploader.md)
|
|
|
|
* [Arweave](user-guides/asset-hosting/arweave.md)
|
|
|
|
* [AWS](user-guides/asset-hosting/aws.md)
|
|
|
|
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
|
|
|
|
* [Google Storage](user-guides/asset-hosting/google-storage.md)
|
|
|
|
* [Github](user-guides/asset-hosting/github.md)
|
|
|
|
* [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-pools.md)
|
|
|
|
* [💻 Developers](developers/README.md)
|
|
|
|
* [Architecture Overview](developers/architecture.md)
|
2024-08-12 20:32:33 +02:00
|
|
|
* [Ocean Nodes](developers/ocean-node/README.md)
|
2024-06-18 12:35:39 +02:00
|
|
|
* [Node Architecture](developers/ocean-node/node-architecture.md)
|
2024-06-17 14:34:26 +02:00
|
|
|
* [Contracts](developers/contracts/README.md)
|
|
|
|
* [Data NFTs](developers/contracts/data-nfts.md)
|
|
|
|
* [Datatokens](developers/contracts/datatokens.md)
|
|
|
|
* [Data NFTs and Datatokens](developers/contracts/datanft-and-datatoken.md)
|
|
|
|
* [Datatoken Templates](developers/contracts/datatoken-templates.md)
|
|
|
|
* [Roles](developers/contracts/roles.md)
|
|
|
|
* [Pricing Schemas](developers/contracts/pricing-schemas.md)
|
|
|
|
* [Fees](developers/contracts/fees.md)
|
|
|
|
* [Revenue](developers/contracts/revenue.md)
|
|
|
|
* [Fractional Ownership](developers/fractional-ownership.md)
|
|
|
|
* [Community Monetization](developers/community-monetization.md)
|
|
|
|
* [Metadata](developers/metadata.md)
|
|
|
|
* [Identifiers (DIDs)](developers/identifiers.md)
|
|
|
|
* [DDO Specification](developers/ddo-specification.md)
|
|
|
|
* [Storage Specifications](developers/storage.md)
|
|
|
|
* [Fine-Grained Permissions](developers/fg-permissions.md)
|
|
|
|
* [Retrieve datatoken/data NFT addresses & Chain ID](developers/retrieve-datatoken-address.md)
|
|
|
|
* [Get API Keys for Blockchain Access](developers/get-api-keys-for-blockchain-access.md)
|
|
|
|
* [Barge](developers/barge/README.md)
|
|
|
|
* [Local Setup](developers/barge/local-setup-ganache.md)
|
|
|
|
* [Ocean.js](developers/ocean.js/README.md)
|
|
|
|
* [Configuration](developers/ocean.js/configuration.md)
|
|
|
|
* [Creating a data NFT](developers/ocean.js/creating-datanft.md)
|
|
|
|
* [Publish](developers/ocean.js/publish.md)
|
|
|
|
* [Mint Datatokens](developers/ocean.js/mint-datatoken.md)
|
|
|
|
* [Update Metadata](developers/ocean.js/update-metadata.md)
|
|
|
|
* [Asset Visibility](developers/ocean.js/asset-visibility.md)
|
|
|
|
* [Consume Asset](developers/ocean.js/consume-asset.md)
|
|
|
|
* [Run C2D Jobs](developers/ocean.js/cod-asset.md)
|
|
|
|
* [Ocean CLI](developers/ocean-cli/README.md)
|
|
|
|
* [Install](developers/ocean-cli/install.md)
|
|
|
|
* [Publish](developers/ocean-cli/publish.md)
|
|
|
|
* [Edit](developers/ocean-cli/edit.md)
|
|
|
|
* [Consume](developers/ocean-cli/consume.md)
|
|
|
|
* [Run C2D Jobs](developers/ocean-cli/run-c2d.md)
|
|
|
|
* [Compute to data](developers/compute-to-data/README.md)
|
|
|
|
* [Architecture](developers/compute-to-data/compute-to-data-architecture.md)
|
|
|
|
* [Datasets & Algorithms](developers/compute-to-data/compute-to-data-datasets-algorithms.md)
|
|
|
|
* [Workflow](developers/compute-to-data/compute-workflow.md)
|
|
|
|
* [Writing Algorithms](developers/compute-to-data/compute-to-data-algorithms.md)
|
|
|
|
* [Compute Options](developers/compute-to-data/compute-options.md)
|
|
|
|
* [Uploader](developers/uploader/README.md)
|
|
|
|
* [Uploader.js](developers/uploader/uploader-js.md)
|
|
|
|
* [Uploader UI](developers/uploader/uploader-ui.md)
|
|
|
|
* [Uploader UI to Market](developers/uploader/uploader-ui-marketplace.md)
|
2024-06-17 15:02:05 +02:00
|
|
|
* [Old Infrastructure](developers/old-infrastructure/README.md)
|
|
|
|
* [Aquarius](developers/old-infrastructure/aquarius/README.md)
|
|
|
|
* [Asset Requests](developers/old-infrastructure/aquarius/asset-requests.md)
|
|
|
|
* [Chain Requests](developers/old-infrastructure/aquarius/chain-requests.md)
|
|
|
|
* [Other Requests](developers/old-infrastructure/aquarius/other-requests.md)
|
|
|
|
* [Provider](developers/old-infrastructure/provider/README.md)
|
|
|
|
* [General Endpoints](developers/old-infrastructure/provider/general-endpoints.md)
|
|
|
|
* [Encryption / Decryption](developers/old-infrastructure/provider/encryption-decryption.md)
|
|
|
|
* [Compute Endpoints](developers/old-infrastructure/provider/compute-endpoints.md)
|
|
|
|
* [Authentication Endpoints](developers/old-infrastructure/provider/authentication-endpoints.md)
|
|
|
|
* [Subgraph](developers/old-infrastructure/subgraph/README.md)
|
|
|
|
* [Get data NFTs](developers/old-infrastructure/subgraph/list-data-nfts.md)
|
|
|
|
* [Get data NFT information](developers/old-infrastructure/subgraph/get-data-nft-information.md)
|
|
|
|
* [Get datatokens](developers/old-infrastructure/subgraph/list-datatokens.md)
|
|
|
|
* [Get datatoken information](developers/old-infrastructure/subgraph/get-datatoken-information.md)
|
|
|
|
* [Get datatoken buyers](developers/old-infrastructure/subgraph/get-datatoken-buyers.md)
|
|
|
|
* [Get fixed-rate exchanges](developers/old-infrastructure/subgraph/list-fixed-rate-exchanges.md)
|
|
|
|
* [Get veOCEAN stats](developers/old-infrastructure/subgraph/get-veocean-stats.md)
|
2024-06-17 14:34:26 +02:00
|
|
|
* [Developer FAQ](developers/dev-faq.md)
|
|
|
|
* [📊 Data Scientists](data-scientists/README.md)
|
|
|
|
* [Ocean.py](data-scientists/ocean.py/README.md)
|
|
|
|
* [Install](data-scientists/ocean.py/install.md)
|
|
|
|
* [Local Setup](data-scientists/ocean.py/local-setup.md)
|
|
|
|
* [Remote Setup](data-scientists/ocean.py/remote-setup.md)
|
|
|
|
* [Publish Flow](data-scientists/ocean.py/publish-flow.md)
|
|
|
|
* [Consume Flow](data-scientists/ocean.py/consume-flow.md)
|
|
|
|
* [Compute Flow](data-scientists/ocean.py/compute-flow.md)
|
|
|
|
* [Ocean Instance Tech Details](data-scientists/ocean.py/technical-details.md)
|
|
|
|
* [Ocean Assets Tech Details](data-scientists/ocean.py/ocean-assets-tech-details.md)
|
|
|
|
* [Ocean Compute Tech Details](data-scientists/ocean.py/ocean-compute-tech-details.md)
|
|
|
|
* [Datatoken Interface Tech Details](data-scientists/ocean.py/datatoken-interface-tech-details.md)
|
|
|
|
* [Join a Data Challenge](data-scientists/join-a-data-challenge.md)
|
|
|
|
* [Sponsor a Data Challenge](data-scientists/sponsor-a-data-challenge.md)
|
|
|
|
* [Data Value-Creation Loop](data-scientists/the-data-value-creation-loop.md)
|
|
|
|
* [What data is valuable?](data-scientists/data-engineers.md)
|
2023-09-27 07:25:58 +02:00
|
|
|
* [👀 Predictoor](predictoor/README.md)
|
2024-06-17 13:49:47 +02:00
|
|
|
* [💰 Data Farming](data-farming/README.md)
|
|
|
|
* [Predictoor DF](data-farming/predictoordf.md)
|
|
|
|
* [Guide to Predictoor DF](data-farming/predictoordf-guide.md)
|
|
|
|
* [FAQ](data-farming/faq.md)
|
2023-11-04 08:05:33 +01:00
|
|
|
* [🔨 Infrastructure](infrastructure/README.md)
|
|
|
|
* [Set Up a Server](infrastructure/setup-server.md)
|
|
|
|
* [Deploy Aquarius](infrastructure/deploying-aquarius.md)
|
|
|
|
* [Deploy Provider](infrastructure/deploying-provider.md)
|
|
|
|
* [Deploy Ocean Subgraph](infrastructure/deploying-ocean-subgraph.md)
|
|
|
|
* [Deploy C2D](infrastructure/compute-to-data-minikube.md)
|
|
|
|
* [For C2D, Set Up Private Docker Registry](infrastructure/compute-to-data-docker-registry.md)
|
2023-10-04 02:48:27 +02:00
|
|
|
* [🤝 Contribute](contribute/README.md)
|
2023-10-12 09:38:08 +02:00
|
|
|
* [Collaborators](contribute/projects-using-ocean.md)
|
2023-10-04 02:48:27 +02:00
|
|
|
* [Contributor Code of Conduct](contribute/code-of-conduct.md)
|
|
|
|
* [Legal Requirements](contribute/legal-reqs.md)
|