docs
docs copied to clipboard
🐬 Ocean Protocol documentation
Fixes #1040 Changes proposed in this PR: - [x] Explain Isolated marketplace - [x] Explain use case - [x] Add code samples to generate metadata proof
**Describe the bug** Table headers need to be bold in fees page to make content more appealing and differentiate from non-header rows. https://docs.oceanprotocol.com/core-concepts/fees **To Reproduce** NA **Expected behavior** NA **Screenshots**...
**Is your feature request related to a problem? Please describe.** Provider has a code logic which checks if its the same provider or remote provider when starting compute job. For...
See this comment for ore info on how to run an isolated marketplace: https://github.com/oceanprotocol/aquarius/issues/813#issuecomment-1161503034
- [ ] Provider * What is the order of the methods a user needs to call and why * What each method does? - [ ] Aquarius
Let's build a page with a list of projects built on top of Ocean. Criteria for projects to be added: * open source code * have a working demo(whatever this...
We need tutorials to help our users navigate through the Market C2D functionalities * Publish C2D data asset * Publish algorithms(public/private) * Allow algorithms to run on a dataset *...
Fixes #1096 Changes proposed in this PR: - [x] Update ocean.py configuration for mumbai network - [ ] Verify if the same snippet works for polygon mainnet (after adding `if`...
Fixes #1131 This is a continuation of PR #1019. ### Changes proposed in this PR: - Add `arweave` storage type - Re-format the storage object section to use regular code...
**Is your feature request related to a problem? Please describe.** The current code snippet for ocean.py on this [page](https://docs.oceanprotocol.com/building-with-ocean/using-ocean-libraries/configuration) throws an error while using `mumbai` network. ``` Traceback (most recent...