HydroProtocol / hydro-scaffold-dex

A Decentralized Exchange Scaffold - launch a DEX in minutes
Apache License 2.0
197 stars 189 forks source link

Does DDEX.io uses same protocol that is made available in Github ? #82

Closed AKprisonER closed 4 years ago

AKprisonER commented 4 years ago

ddex.io using same version or a different one ?

Lets say I want to start a decentralized exchange using HydraProtocol SDK. If i set it up under my website, can the users see trade histories that is made in DDex.io ?

Also is there any documentation to push it to a hosting provider?

tstyle11 commented 4 years ago

Hi @AKprisonER

Trade history is off-chain data stored in a postgres database. Each deployment of Hydro scaffold is by default isolated, and does not see trade histories made on ddex.io, or any other relayer.

Regarding documentation for deployment, for a quick ropsten staging server you can refer to this guide as a starting point. However I would advise against using such rudimentary deployment schemes for production servers.