Create crypto currency exchange
In this blog post I will talk about how to create a crypto currency exchange. First thing you need to do is to open http://www.rosacrypto.tech/ and signup using your standard google account and get your clientId and clientSecret While signup you will be redirected to your exchange, here you can try buy/sell and see how it works. If you want to integrate this into your system , plz login into https://rapidapi.com/pickmyteam.awegco@gmail.com/api/rosacrypto1/ rapid api provides different plans to consume api, you need to register and can start using rosacrypto apis. for proper integration check below diagram In above diagram you need to create two services (1. producer for creating order, 2.consumer for receiving matched pair ), While creating order make sure to pass three items in headers, clientId, clientSecert, zebOrderId(its a unique id for your reference , primary your orderid), if you want to use websockets for real time plz download code from github https://g...