-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Vanissoft edited this page Jul 26, 2018
·
5 revisions
DEX HUB
This project aims to be a portfolio management to be added to the Bitshares ecosystem.
Download project and its dependencies and:
- Start main.py
- When Sanic is started start dexhub_worker.py
- Go to url http://127.0.0.1:8808/main.html
At this moment only "Limit Orders" function is enabled, the others modules stay here for borrowing widgets.
- Python. In finance applications there is need of confidence in the code not being doing bad things. Python offers readable code which allows the user to understand what is going behind the screen.
- HTML client. For user interface allowing a mix between charts and plain data web technologies are best suitables.
- Sanic. Is a fast and easy web server to code with.
- Redis. Fast to use DB without needs of administration tasks.
- Websockets. A must in reactive designs.
- Brython. Javascript functionality with Python syntax.
- Modularisation. The Brython module linked in each HTML ask data to the server and is responsible to paint to the screen.