Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.09 KB

dex

DEX White-label at your own domain without coding skills. 2 CLICK INSTALLATION, JUST FORK AND ADD DOMAIN

Video: https://www.youtube.com/watch?v=x6LJTJCVWiI

price depends on your revenue

  1. FREE - For small and non-profit projects, it is FREE.
  2. For medium volume DEXes (where owner earns more than 1000$/monthly) will be withheld a protocol fee ~"1/5" of owner's revenues (exchange fees).
  3. For large volume DEXes please contact

howto

  1. fork this repo
  2. go to settings and enable Github pages alt text
  3. add your "custom domain" (don't forget to change DNS of your domain. video tutorial)

change list of available networks

  1. click edit in "index.html" file and add this code at the beginning
<script type="text/javascript">
  window.SO_Definance = {}
  window.SO_Definance.chainIds = ["56","137","250"];
</script>

Where ["56","137","250"] are available networks

image