shendel / dex

DEX White-label at your own domain without coding skills. 1 min installation, JUST FROK AND ADD DOMAIN

Home Page:https://onout.org/dex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erc20, BEP20 exchchange creation tool

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 . Start for free

Once you start earning from these tools, we will charge only 1/5 of your profit (not volume). Alternatively, you can avoid this fee by purchasing the premium version (1500$) of the tool. Our RevShare model offers several benefits, including the ability to start using the tools for free, only paying for them when they generate profit. This means you can test out the tools without any upfront costs.

howto

  1. fork this repo
  2. go to settings (check the addreass github/YOURNAME/dex, not https://github.com/appsource/dex/!) 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"] the networks you want to be shown. List of available networks: https://github.com/noxonsu/unifactory/blob/main/src/networks.json . To add a private chain please contact https://t.me/onoutsupportbot or email support@onout.org (read more https://support.onout.org/hc/1331700057/32/addnewnetwork?category_id=8 )

image

to update

run github codespace with 16gb RAM then:

git clone https://github.com/noxonsu/unifactory
cd unifactory
nvm use
nvm install
npm i
npm run build_clean

move files from build folder to thios repository root folder (don't forget to "rm -rf unifactory")

About

DEX White-label at your own domain without coding skills. 1 min installation, JUST FROK AND ADD DOMAIN

https://onout.org/dex

License:GNU General Public License v3.0


Languages

Language:JavaScript 77.4%Language:HTML 22.3%Language:CSS 0.3%