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:
parent
8ccc930300
commit
02bcdb43dc
@ -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 you’re 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/) (we’re using version 18 in this guide)
|
* Node.js can be downloaded from [here](https://nodejs.org/en/download/) (we’re 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/).
|
||||||
* You’ll need a Github account to fork Ocean market via [Github](https://github.com/).
|
* You’ll 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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user