2022-07-03 12:47:26 +02:00
|
|
|
# Table of contents
|
|
|
|
|
|
|
|
* [Orientation](README.md)
|
2022-07-05 12:30:17 +02:00
|
|
|
* [Wallet Basics](building-with-ocean/wallets.md)
|
2022-07-05 11:49:48 +02:00
|
|
|
* [Set Up MetaMask Wallet](orientation/metamask-setup.md)
|
2022-07-26 18:35:42 +02:00
|
|
|
* [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
|
2022-07-27 16:55:47 +02:00
|
|
|
* [FAQ](orientation/faq.md)
|
2022-07-03 13:21:47 +02:00
|
|
|
* [Core Concepts](core-concepts/README.md)
|
|
|
|
* [Architecture Overview](core-concepts/architecture.md)
|
2022-07-03 13:35:23 +02:00
|
|
|
* [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md)
|
2022-07-25 20:53:20 +02:00
|
|
|
* [Roles](core-concepts/roles.md)
|
|
|
|
* [Networks](core-concepts/networks.md)
|
2022-07-29 15:10:35 +02:00
|
|
|
* [Bridges](core-concepts/networks/bridges.md)
|
2022-07-03 13:35:23 +02:00
|
|
|
* [Fees](core-concepts/fees.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Asset Pricing](core-concepts/asset-pricing.md)
|
2022-07-03 13:35:23 +02:00
|
|
|
* [DID & DDO](core-concepts/did-ddo.md)
|
2022-07-25 20:53:20 +02:00
|
|
|
* [Using Ocean Market](using-ocean-market/README.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Publish a Data Asset](using-ocean-market/marketplace-publish-data-asset.md)
|
|
|
|
* [Download a Data Asset](using-ocean-market/marketplace-download-data-asset.md)
|
2022-10-31 12:54:40 +01:00
|
|
|
* [Publishing with Hosting Services](using-ocean-market/asset-hosting.md)
|
2022-08-03 12:59:05 +02:00
|
|
|
* [Liquidity Pools \[deprecated\]](using-ocean-market/remove-liquidity-using-etherscan.md)
|
2022-07-28 16:24:41 +02:00
|
|
|
* [Building with Ocean](building-with-ocean/README.md)
|
2022-07-27 16:55:47 +02:00
|
|
|
* [Build a Marketplace](building-with-ocean/build-a-marketplace/README.md)
|
|
|
|
* [Forking Ocean Market](building-with-ocean/build-a-marketplace/forking-ocean-market.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Customising a Market](building-with-ocean/build-a-marketplace/customising-your-market.md)
|
|
|
|
* [Deploying a Market](building-with-ocean/build-a-marketplace/deploying-market.md)
|
|
|
|
* [Using Ocean Libraries](building-with-ocean/using-ocean-libraries/README.md)
|
2022-07-25 12:17:51 +02:00
|
|
|
* [Configuration](building-with-ocean/using-ocean-libraries/configuration.md)
|
2022-08-02 14:52:51 +02:00
|
|
|
* [Creating a data NFT](building-with-ocean/using-ocean-libraries/creating\_dataNFT.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Publish with Fixed Pricing](building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md)
|
|
|
|
* [Mint Datatokens](building-with-ocean/using-ocean-libraries/mint-datatoken.md)
|
|
|
|
* [Update Metadata](building-with-ocean/using-ocean-libraries/update-metadata.md)
|
2022-07-03 13:35:23 +02:00
|
|
|
* [Compute-to-Data](building-with-ocean/compute-to-data/README.md)
|
|
|
|
* [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md)
|
|
|
|
* [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md)
|
2022-07-26 18:35:42 +02:00
|
|
|
* [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md)
|
|
|
|
* [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Private Docker Registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md)
|
2022-09-23 15:33:58 +02:00
|
|
|
* [User defined parameters](building-with-ocean/compute-to-data/user-defined-parameters.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Deploying Components](building-with-ocean/deploying-components/README.md)
|
|
|
|
* [Setup a Server](building-with-ocean/deploying-components/setup-server.md)
|
2022-07-03 13:47:38 +02:00
|
|
|
* [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md)
|
|
|
|
* [Deploying Aquarius](building-with-ocean/deploying-components/deploying-aquarius.md)
|
2022-07-11 12:32:52 +02:00
|
|
|
* [Deploying Provider](building-with-ocean/deploying-components/deploying-provider.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [Deploying Ocean Subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md)
|
2022-08-02 12:34:18 +02:00
|
|
|
* [Using Ocean Subgraph](building-with-ocean/using-ocean-subgraph/README.md)
|
|
|
|
* [List data NFTs](building-with-ocean/using-ocean-subgraph/list-data-nfts.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [List all Tokens](building-with-ocean/using-ocean-subgraph/list-datatokens.md)
|
|
|
|
* [Get Data NFT Information](building-with-ocean/using-ocean-subgraph/get-data-nft-information.md)
|
|
|
|
* [Get Datatoken Information](building-with-ocean/using-ocean-subgraph/get-datatoken-information.md)
|
2022-08-02 12:34:18 +02:00
|
|
|
* [List Fixed Rate Exchanges](building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md)
|
2022-07-25 20:53:20 +02:00
|
|
|
* [Contributing](core-concepts/contributing.md)
|
|
|
|
* [Contributor Code of Conduct](core-concepts/code-of-conduct.md)
|
2022-07-26 18:35:42 +02:00
|
|
|
* [Legal Requirements](core-concepts/legal-reqs.md)
|
2022-12-19 15:56:40 +01:00
|
|
|
* [Partners & Collaborators](building-with-ocean/projects-using-ocean.md)
|
2022-10-27 13:30:31 +02:00
|
|
|
* [Rewards](rewards/veOcean-Data-Farming-Tutorial.md)
|
2022-08-10 15:34:08 +02:00
|
|
|
* [API References](api-references/README.md)
|
2022-07-25 20:53:20 +02:00
|
|
|
* [Aquarius REST API](api-references/aquarius-rest-api.md)
|
|
|
|
* [Provider REST API](api-references/provider-rest-api.md)
|
2022-08-15 14:14:34 +02:00
|
|
|
|
|
|
|
## Community
|
2022-09-23 15:33:58 +02:00
|
|
|
|
2022-08-15 14:14:34 +02:00
|
|
|
* [Medium](https://blog.oceanprotocol.com/)
|
|
|
|
* [Discord](https://discord.gg/oceanprotocol)
|
2022-09-23 15:33:58 +02:00
|
|
|
* [Telegram](https://t.me/OceanProtocol\_Community)
|
2022-08-15 14:14:34 +02:00
|
|
|
* [Twitter](https://twitter.com/oceanprotocol)
|