GithubHelp home page GithubHelp logo

lucastakara / cex_arbitrage_searcher Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 26 KB

CEX Arbitrage is a tool designed to identify and leverage pricing discrepancies between different cryptocurrency exchanges.

License: MIT License

Python 80.39% CSS 8.06% HTML 8.59% Dockerfile 2.96%
python quantitative-finance arbitrage-searcher

cex_arbitrage_searcher's Introduction

CEX Arbitrage

CEX Arbitrage is a tool designed to identify and leverage pricing discrepancies between different cryptocurrency exchanges.

Getting Started

These instructions will cover usage information for the Docker container and how to get the application running.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Docker.

Running CEX Arbitrage with Docker

Follow these steps to get your application running with Docker:

  1. Clone the repository

    First, clone this repository to your local machine. You can do this by running:

    git clone https://github.com/lucastakara/cex_arbitrage_searcher.git
    

Replace the URL above with the URL of your repository. Navigate to the cloned directory using:

 cd cex_arbitrage
  1. Build the Docker image

Build your Docker image using the following command. Be sure to replace your-username with your Docker Hub username and cex_arbitrage with your preferred image name.

docker build -t cex_arbitrage .

This command reads the Dockerfile in the current directory and builds a Docker image based on its instructions.

  1. Run the Docker container

Once the image has been built, run it using the following command:

docker run -p 5000:5000 cex_arbitrage

This command runs the container in detached mode, with the local port 5000 mapped to the container's port 5000. The application should now be running and accessible at http://localhost:5000.

Usage

To use CEX Arbitrage, follow these steps:

Open a web browser and navigate to: http://localhost:5000

The web interface should now display the application, providing real-time insights and opportunities for cryptocurrency arbitrage.

cex_arbitrage_searcher's People

Contributors

lucastakara avatar

Watchers

 avatar

Forkers

happyhappy20

cex_arbitrage_searcher's Issues

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.