Giter Club home page Giter Club logo

p2p-app's Introduction

๐Ÿš€ P2P App - Description of the project

Our project is a tool for analyzing cryptocurrency markets and finding opportunities for profitable arbitrage. The server part collects and analyzes data from various Peer-to-Peer trading platforms, and the application displays the results of this analysis, opening new prospects for investing and financial transactions in the world of cryptocurrencies.

  • Server Technology Stack: Boost::asio, NLohmann, Decimal, Magic Enum, moodycamel::ConcurrentQueue
  • Application Technology Stack: Qt6, NLohmann, MySQL, Boost::asio.

The application is coded, built and tested under Clang++17, macOS.

๐Ÿ› ๏ธ How to build?

cmake -B build && cmake --build build && cmake --install build

To run the feed handler, you need to create a folder named 'exchange scraper_' in Users, and run install.sh to install and configure Python. Some commands that should have been in install.sh but were forgotten are - cd '/Users/exchange scraper_/htx scraper' && pip install requests.

FAQ

The parser may not find the requests library:

pip install requests

The parser may not find the Boost::asio:

find_package(Boost 1.65 REQUIRED COMPONENTS system)
target_link_libraries(markets_scraper PRIVATE Boost::system)

to cmake exchange_scraper.

๐Ÿงฉ Architecture

๐Ÿ”„ Crypto Exchange Parser

This microservice performs the following functions:

  • Parsing data from crypto exchanges.
  • Formatting data into a convenient JSON format.
  • Sending data over TCP.

๐Ÿ” Arbitration Bundles search service

This microservice provides the following functions:

  • Receiving data from the first microservice over TCP.
  • Search for arbitrage bundles of cryptocurrencies.
  • Interaction with clients via TCP.

๐Ÿ–ฅ๏ธ The client part

The client part of the application is responsible for:

  • Receiving data over TCP from the server side.
  • Data output to a table with support for filtering and sorting arbitration bundles.
  • Implementation of an authorization system that allows users to add bundles to favorites.

The client part is designed using Qt6, providing powerful capabilities for building a graphical interface.

๐Ÿงช Testing

The following testing methods are implemented in the project:

  • Server part:

    • Unit tests to check individual components of the system.
    • Logging for tracking execution and debugging.
  • The client part:

    • Logging to track the execution and debugging of the client application.

๐Ÿ“… Links:

  1. First sketches
  2. Video of the pre-defense
  3. Presentation

p2p-app's People

Contributors

cierkai avatar matmercs avatar ttema4 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.