1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-633: Added application sanitisation info in the build a marketplace page

This commit is contained in:
Ana Loznianu 2023-06-29 10:26:01 +00:00 committed by gitbook-bot
parent 8ccc930300
commit 02bcdb43dc
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -19,9 +19,9 @@ Using Ocean Market is already a big improvement on the alternatives that are out
The tutorial covers: The tutorial covers:
* Forking and running Ocean Market locally * [Forking and running Ocean Market locally](forking-ocean-market.md)
* Customising your fork of Ocean market * [Customizing your fork of Ocean market](customising-your-market.md)
* Quick deployment of Ocean Market * [Quick deployment of Ocean Market](deploying-market.md)
## Preparation ## Preparation
@ -39,4 +39,8 @@ If youre completely unfamiliar with Ocean Market or web3 applications in gene
* Git. Instructions for installing Git can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). * 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/) (were using version 18 in this guide) * Node.js can be downloaded from [here](https://nodejs.org/en/download/) (were using version 18 in this guide)
* A decent code editor, such as [Visual Studio Code](https://code.visualstudio.com/). * A decent code editor, such as [Visual Studio Code](https://code.visualstudio.com/).
* Youll need a Github account to fork Ocean market via [Github](https://github.com/). * Youll need a Github account to fork Ocean Market via [Github](https://github.com/).
{% hint style="warning" %}
Let's emphasize an important aspect of building dApps. It's crucial to keep in mind that practically everything can be added to the blockchain 😵 When you integrate with our components, it becomes **crucial** for you, as a developer, to ensure **proper sanitization** of the responses on your end. This means you should carefully **validate and filter** the data received to **prevent** any potential vulnerabilities or security risks in your applications.
{% endhint %}