With this system you can trade in coinex future with static ip.System has written by flask and API.You can run it in server with static ip.
System is multiuser.You are admin and you can add users.Database is sqlite3.
You and other users must do two work to you can use it.
- You must introduce the server ip to your coinex account.
- You must enter your coinex access_id and secret_key to the system.
Admin information to login is :
Email : [email protected]
Password: admin
sudo apt install python3-venv python3-pip
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r req.txt
python3 main.py