@@ -7,8 +7,16 @@ On each exchange, it publicly retrieves:
7
7
- market tickers (WIP)
8
8
9
9
In your wallet, it privately:
10
- - retrieves currencies (WIP)
11
- - visually display your assets (WIP)
10
+ - retrieves currency balances and transaction (WIP)
11
+ - visually display the information in a webview (WIP)
12
+
13
+ You need an API key on the exchange to get it to work properly.
14
+
15
+ DISCLAIMER : Although this is a web application, it is not designed to be run on a publicly accessible system or network.
16
+ Only use it on your machine, after making sure it is not remotely accessible.
17
+
18
+ Security is not the current concern. The bare minimum has been done (secrets are on your system, not in the code),
19
+ and it is possible there are times and places where secrets are exposed during runtime.
12
20
13
21
14
22
# Learning
@@ -98,19 +106,23 @@ graph TD
98
106
## time
99
107
100
108
109
+ # Features
110
+ - [X] Exchange Clock
111
+ - [X] Exchange Status
112
+ - [X] Account Balances
113
+ - [X] Account Transactions
114
+ - [ ] Ticker retrieval
115
+ - [ ] Asset visualisation
116
+ - [ ] Spot Order
117
+ - [ ] * not sure* Do you want to help ? just open an issue.
101
118
102
- # Roadmap
103
-
104
- Exchanges:
105
- - [ ] Binance
106
- - [ ] Kraken
119
+ # Supported Exchanges:
120
+ - [X] Binance
121
+ - [X] Kraken
107
122
- [ ] Bitstamp
108
- - Add your favorite...
109
-
110
- - [ ] Asset visualisation
111
- - Some way to interface with other systems, for deposit & withdrawal, accounting, trading, etc.
123
+ - [ ] Join and add your favorite...
112
124
113
- # Will Not Do
125
+ # Will Not Do (unless you're ready to help out)
114
126
115
127
- Accounting
116
128
- Advanced Market Data (ie. no candles here, only ticker data)
0 commit comments