1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00
docs/building-with-ocean/build-a-marketplace/README.md
Jamie Hewitt a43842953f
Porting marketplace launchpad content (#1063)
* Adding content for forking and customise and deploying marketplace

* removing mdx tags

* Adding FAQ page

* COnverting mdx to md in FAQ file

* Updating SUMMARY with new pages + creating readme for market creation guide

* Updating links

* Removing mdx tag from readme content

* Saving images

* Updating image paths

* Removing references to dynamic pricing from faq

* Removing liquidity pool question from faq

* Removing staking question from faq

* Removing references to staking

* Fixing images in forking ocean market guide

* Updating answer to roadmap question in FAQs

* Updating ocean market repo link

* Updating inmages & Removing references to pool envs

* updating link to deployed site

* Updating test in forking Ocean Market section
2022-07-27 17:55:47 +03:00

2.8 KiB
Raw Blame History

title description featuredImage
Forking Ocean Market Forking and customizing Ocean Market (Frontend) images/creatures/mantaray/mantaray-full@2x.png

🐟 Forking and customizing Ocean Market

Outcome

Your own fully functioning customized fork of Ocean Market is deployed and working.

Introduction

Have you ever thought about monetizing digital assets over the blockchain? Your first instinct might be to head on over to a popular marketplace - but why not create your own marketplace? Its a lot easier than you might imagine. This guide will cover everything you need to start your own blockchain marketplace in less than an hour. The reason its so easy is that well be starting with a fork of Ocean Market, which provides us with some pretty cool tech under-the-hood (if youre interested in blockchain, read on).

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 freely available under the Apache 2 license. This means that you can fork Ocean Market and set up your own marketplace in just a few steps. Ocean Market is primarily focused on monetizing data, but it can actually handle the sale of any digital asset. This guide will walk you through the process of forking Ocean Market and starting your own marketplace for selling photos; youll be surprised how easy it is. No prior blockchain knowledge is required!

Content

The tutorial covers:

  • Forking and running Ocean Market locally
  • Customising your fork of Ocean market
  • Quick deployment of Ocean Market

Preparation

Prior knowledge

If youre completely unfamiliar with Ocean Market or web3 applications in general, you will benefit from reading these guides first:

Required Prerequisites

  • Git. Instructions for installing Git can be found here.

  • Node.js can be downloaded from here (were using version 16 in this guide)

  • A decent code editor, such as Visual Studio Code.

  • Youll need a Github account to fork Ocean market via Github.