Cryptocurrency Trading Platform
This project aimed to develop an inclusive and innovative platform for cryptocurrency enthusiasts featuring an online wallet and a comprehensive trading hub to meet the diverse needs of its users.
Responsible for order module development.
The controller processes various validators including price, scale, amount, and member wallet verifications.
The system identifies the coin unit based on member ID, checks the balance, and freezes it.
Orders are sent to the exchange engine module via Kafka.
Responsible for developing the exchange core module.
Created individual matchmakers, known as cointraders, for each coin.
Implemented both market and limit price synchronization to identify optimal matches.
Updated order details and trading plate information.
Recorded K line data, including open price, highest price, lowest price, and close price.
Developed the wallet RPC system.
Implemented Ethereum-related functions using the web3j library, including wallet file generation, balance updates, transaction creation, and raw transaction sending.
Technologies: Java, Kafka, Spring Cloud, Spring Boot, MySQL, Web3.js