Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 330 Bytes

Sempy is a semux light wallet made using python This package is a backend based on Flask and Connexion

Requires:

  • python
  • Flask
  • flask-cors
  • Connexion
  • requests

Before running make sure the requirements are installed by doing

cd /path/to/sempy-backend/

python -m pip install .

cd sempy-backend

python server.py