Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 717 Bytes

File metadata and controls

17 lines (12 loc) · 717 Bytes

NYU-Python-Project

Bitcoin Trading System Project

This project builds up a bitcoin trading system so the user can buy and sell bitcoins in this system. Currently, this system only has one user. This system only trades BTC and USD.

Installation

  • Python3.5+
  • MySQL
  • Python packages(Use pip to install):coinbase, MySQL-python, mysql-connector, flask
  • JS Plug-in(no need to install):echarts,Datatables,Bootstrap

Implementation

  • Build up bitcoin database in MySQL(set charset as utf8)
  • Import bitcoin.sql into database
  • Go to root directory,excute code:python bitcoin.py