- Blockchain By Example
- Bellaj Badr Richard Horrocks Xun (Brian) Wu
- 220字
- 2021-06-10 18:53:50
Building an exchange market
You now have your Readercoin wallet, network, and blockchain explorer ready to be deployed widely, so all you need now is to find crypto-lovers to join your project. At this level, you might be thinking about trading your new altcoin to make it more attractive. To achieve that goal, you can ask well-known trading platforms to list your coin, or, more excitingly, you can build your own exchange market.
To avoid you reading a long chapter, I'll just introduce you to the platform to adopt for the second option. Actually, to build your cryptocurrency exchange, there is an amazing open source project called Peatio. This great platform is used in well-known trading platforms such as Yunbi Exchange, Binance, and Cex.io. Peatio's code, as well as the installation procedure, are available in the official GitHub repos: https://github.com/peatio/peatio/blob/master/doc/setup-local-ubuntu.md.
Peatio is a complete solution, is easy to set up, and provides all the basic exchange platform operations, such as cryptocurrency or fiat deposit and withdrawal, trading, and KYC:
The starting point before creating a new coin would be answering the following question: What's the purpose of your new coin? Do you have an original idea? Do you solve any of Bitcoin's problems? Don't be lured into financial temptation. You should instead focus on improving performance or implementing extended functionalities.