This project is a cryptocurrency trading platform that allows users to get buy and sell prices, execute limit orders, and view executed orders.
- Get buy and sell prices for a given quantity of a cryptocurrency
- Execute limit orders for a given quantity of a cryptocurrency
- View executed orders
Clone the repository:
git clone https://github.com/yourusername/yourrepository.git
cd yourrepository-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Run the script:
python main.py --quantity <float>
Example:
python main.py --quantity 10.0
Results will be written to console.
-
Build the server:
docker-compose up --build