User interface provides following access to :
-
Prices with TradingView graph when possible
-
Order books
-
Open/Completed orders
-
Creation of new orders
-
Balances
-
Market Overview (an overview of all your favourite pairs)
-
MarketCap (top 20 currencies)
-
Custom WS streams creation
-
Custom alerts creation
Note
|
Following should be run in ui subdirectory |
npm run clean && npm run build
UI should then be available on http://127.0.0.1:8000/ui/ (assuming gateway is running on 127.0.0.1:8000)
This project was made possible thanks to following projects :
-
axios for http requests
-
file-saver to export settings
-
react-markdown to display mardown help in the views
-
react-d3-basic to build simple charts
-
react-stockcharts THE AMAZING CHARTING LIBRARY
-
reactstrap React Components for Bootstrap 4
-
wolfy87-eventemitter to dispatch events