mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Cleaned up the customising marketplace files
This commit is contained in:
parent
766b8b7b9e
commit
9cecf53a68
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: Forking Ocean Market
|
||||
featuredImage: images/creatures/mantaray/mantaray-full@2x.png
|
||||
description: Forking and customizing Ocean Market (Frontend)
|
||||
---
|
||||
|
||||
@ -20,9 +19,9 @@ Using Ocean Market is already a big improvement on the alternatives that are out
|
||||
|
||||
The tutorial covers:
|
||||
|
||||
* Forking and running Ocean Market locally
|
||||
* Customising your fork of Ocean market
|
||||
* Quick deployment of Ocean Market
|
||||
- Forking and running Ocean Market locally
|
||||
- Customising your fork of Ocean market
|
||||
- Quick deployment of Ocean Market
|
||||
|
||||
## Preparation
|
||||
|
||||
@ -30,14 +29,14 @@ The tutorial covers:
|
||||
|
||||
If you’re completely unfamiliar with Ocean Market or web3 applications in general, you will benefit from reading these guides first:
|
||||
|
||||
* To use your clone of Ocean Market, you’ll need a [wallet](../wallets.md). We recommend [getting set up with metamask](../../orientation/metamask-setup.md).
|
||||
* You’ll also need some [Ocean tokens on a testnet](../wallets-and-ocean-tokens.md) to use your marketplace.
|
||||
* When you have the testnet tokens, have a go at [publishing a data asset](../../using-ocean-market/marketplace-publish-data-asset.md) on Ocean Market.
|
||||
* Run through the process of [consuming a data asset](../../using-ocean-market/marketplace-download-data-asset.md) on Ocean Market.
|
||||
- To use your clone of Ocean Market, you’ll need a [wallet](../wallets.md). We recommend [getting set up with metamask](../../orientation/metamask-setup.md).
|
||||
- You’ll also need some [Ocean tokens on a testnet](../wallets-and-ocean-tokens.md) to use your marketplace.
|
||||
- When you have the testnet tokens, have a go at [publishing a data asset](../../using-ocean-market/marketplace-publish-data-asset.md) on Ocean Market.
|
||||
- Run through the process of [consuming a data asset](../../using-ocean-market/marketplace-download-data-asset.md) on Ocean Market.
|
||||
|
||||
**Required Prerequisites**
|
||||
|
||||
* Git. Instructions for installing Git can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
|
||||
* Node.js can be downloaded from [here](https://nodejs.org/en/download/) (we’re using version 16 in this guide)
|
||||
* A decent code editor, such as [Visual Studio Code](https://code.visualstudio.com/).
|
||||
* You’ll need a Github account to fork Ocean market via [Github](https://github.com/).
|
||||
- Git. Instructions for installing Git can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
|
||||
- Node.js can be downloaded from [here](https://nodejs.org/en/download/) (we’re using version 16 in this guide)
|
||||
- A decent code editor, such as [Visual Studio Code](https://code.visualstudio.com/).
|
||||
- You’ll need a Github account to fork Ocean market via [Github](https://github.com/).
|
||||
|
@ -1,9 +1,6 @@
|
||||
---
|
||||
title: Customising Market
|
||||
order: 2
|
||||
hideLanguageSelector: true
|
||||
description: Step by step guide to customizing your fork of Ocean market
|
||||
featuredImage: images/creatures/mantaray/mantaray-full@2x.png
|
||||
---
|
||||
|
||||
# Customizing your fork of Ocean market
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Deployment of Ocean Market
|
||||
order: 3
|
||||
hideLanguageSelector: true
|
||||
featuredImage: images/creatures/mantaray/mantaray-full@2x.png
|
||||
description: Step by step guide to a quick deployment of Ocean Market
|
||||
---
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Forking Ocean Market
|
||||
order: 1
|
||||
hideLanguageSelector: true
|
||||
featuredImage: images/creatures/mantaray/mantaray-full@2x.png
|
||||
description: Forking and running Ocean Market locally.
|
||||
---
|
||||
|
||||
@ -12,10 +9,10 @@ One of the best use cases for Ocean is running your own marketplace and monetizi
|
||||
|
||||
Using Ocean Market is already a big improvement on the alternatives that are out there, but it gets even better. Ocean Market is completely open-source and made freely available under the Apache 2 license. This means that you can fork Ocean Market and set up your own data marketplace in just a few steps. This guide will walk you through the process, you’ll be surprised how easy it is. No prior blockchain knowledge is required!
|
||||
|
||||
* Fork Ocean Market
|
||||
* Clone the market locally
|
||||
* Install the dependencies
|
||||
* Run your Market fork for the first time
|
||||
- Fork Ocean Market
|
||||
- Clone the market locally
|
||||
- Install the dependencies
|
||||
- Run your Market fork for the first time
|
||||
|
||||
## Fork Ocean Market
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: FAQs
|
||||
order: 5
|
||||
hideLanguageSelector: true
|
||||
featuredImage: images/creatures/mantaray/mantaray-full@2x.png
|
||||
description: Frequently Asked Questions about Ocean Protocol
|
||||
---
|
||||
|
||||
@ -268,7 +265,8 @@ Caveat: it’s no at least in theory! Sometimes there may be tweaks if there is
|
||||
|
||||
<summary>What is the official formula for the Linear Decay?</summary>
|
||||
|
||||
The Linear Decay formula for veOCEAN can be expressed as follows in python.
|
||||
The Linear Decay formula for veOCEAN can be expressed as follows in python.
|
||||
|
||||
```python
|
||||
FOUR_YEARS = 60 * 60 * 24 * 7 * 52
|
||||
|
||||
@ -303,7 +301,7 @@ Ot works. Half the DF revenue goes to veOCEAN stake that users can allocate. All
|
||||
|
||||
<summary>In this scheme, can people stake on fixed-price datasets?</summary>
|
||||
|
||||
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV * veOCEAN stake.
|
||||
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV \* veOCEAN stake.
|
||||
|
||||
</details>
|
||||
|
||||
@ -311,7 +309,7 @@ Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual D
|
||||
|
||||
<summary>In this scheme, can people stake on free datasets?</summary>
|
||||
|
||||
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV * veOCEAN stake. Except in this case although DCV is 0, the gas fees will still count towards calculating rewards.
|
||||
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV \* veOCEAN stake. Except in this case although DCV is 0, the gas fees will still count towards calculating rewards.
|
||||
|
||||
</details>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user