Bitcoin Forum
June 25, 2024, 06:16:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Build a DEX  (Read 131 times)
mpcgferreira (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 08, 2021, 11:44:57 PM
 #1

Hello to all,
I need some information about how to create a dex similar to https://www.binance.org/en/trade/.
Any help or orientation! thanks.
mk4
Legendary
*
Offline Offline

Activity: 2800
Merit: 3855


Paldo.io 🤖


View Profile
August 09, 2021, 06:25:06 AM
 #2

Do some searching on the source codes of DEXs. Not sure about Binance's, but most DEXs are totally open-source; in which you can simply fork the project and create your own with your own branding and such. (not saying that it's a good idea though, unless you're doing this just to learn)

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
hugeblack
Legendary
*
Offline Offline

Activity: 2548
Merit: 3778


View Profile WWW
August 09, 2021, 11:55:42 AM
 #3

The problem of all decentralized platforms is not in the technical aspect or designing the code, but rather in providing enough liquidity and finding enough people to invest and providing an appropriate return for them to leave that liquidity in those platforms.
Therefore, success is related to the aspects of marketing and providing an attractive interface, not to technical development.
mk4
Legendary
*
Offline Offline

Activity: 2800
Merit: 3855


Paldo.io 🤖


View Profile
August 09, 2021, 03:02:44 PM
 #4

Therefore, success is related to the aspects of marketing and providing an attractive interface, not to technical development.

Yep, marketing and community support in the short-mid term, technical development for the product to actually survive in the long term. A perfect example being the recent hyped Binance Chain projects that had a good amount of hype but ended up getting rug-pulled in the end lol.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
joniboini
Legendary
*
Offline Offline

Activity: 2226
Merit: 1795



View Profile WWW
August 09, 2021, 06:11:56 PM
 #5

Instead of creating a new dex, why not build tools for dex users? I think the competition for those projects is lower compared to DEX. You don't have to find liquidity and fix other problems either, just make sure you can provide unique features and compete with existing dex tools like dextools and so on. Aiming for other chains such as Solana, Matic, etc sounds like a good idea to try.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
mpcgferreira (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
September 08, 2021, 04:03:55 PM
Last edit: September 08, 2021, 07:51:41 PM by mprep
 #6

Instead of creating a new dex, why not build tools for dex users? I think the competition for those projects is lower compared to DEX. You don't have to find liquidity and fix other problems either, just make sure you can provide unique features and compete with existing dex tools like dextools and so on. Aiming for other chains such as Solana, Matic, etc sounds like a good idea to try.

Yes that´s a good idea, but i only know dextools do you know more?



Since you mention Binance DEX (although few people argue it's not really decentralized), you should look on Uniswap where it's source code available at https://github.com/Uniswap. But if you're looking for DEX which can perform exchange between token/cryptocurrency on different blockchain, check Bisq instead at https://github.com/bisq-network/bisq.

Bisq is great and i like, but i think is not possible to create one.

[moderator's note: consecutive posts merged]
bullrun2024bro
Legendary
*
Offline Offline

Activity: 1638
Merit: 4435



View Profile
September 08, 2021, 08:52:17 PM
 #7

Hello to all,
I need some information about how to create a dex similar to https://www.binance.org/en/trade/.
Any help or orientation! thanks.

Since your post looks like you're lacking experience, here is what I would do, if I were you:

Try to get in touch with some very experienced and skilled developers and pay them (a lot) to build a DEX platform for you. You can try to use the forum's service section to get in touch with experienced devs.

You will find the section here: Services (Buying/selling services.)

Good luck!

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
leea-1334
Hero Member
*****
Offline Offline

Activity: 2282
Merit: 953


Temporary forum vacation


View Profile
September 09, 2021, 02:03:05 PM
 #8

I disagree that you should pay a lot for a dev. Building your own business should take a lot of your own personal passion,,, so you should learn to use your own first, and just do it for free until you gain experience.

Try Uniswap, learn how to make your own IDOs there and your own

.
..........
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
.....I AM BLACKJACK.FUN.....
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
..........
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!