Skip to content

Commit c73ec46

Browse files
committed
update elixir 1.13.4 and otp 25.1.2. update README.
1 parent 0cf8f2f commit c73ec46

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Build and Test on OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1414
strategy:
1515
matrix:
16-
otp: ['23.3', '24.1']
17-
elixir: ['1.11.4', '1.12.3']
16+
otp: ['24.1.2', '25.1.2']
17+
elixir: ['1.12.3', '1.13.4']
1818
steps:
1919

2020
- uses: actions/checkout@v2

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
erlang 24.1.2
2-
elixir 1.12.3-otp-24
1+
erlang 25.1.2
2+
elixir 1.13.4-otp-24
33
direnv 2.27.0
44
nodejs 15.8.0

README.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ On each exchange, it publicly retrieves:
77
- market tickers (WIP)
88

99
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.
1220

1321

1422
# Learning
@@ -98,19 +106,23 @@ graph TD
98106
## time
99107

100108

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.
101118

102-
# Roadmap
103-
104-
Exchanges:
105-
- [ ] Binance
106-
- [ ] Kraken
119+
# Supported Exchanges:
120+
- [X] Binance
121+
- [X] Kraken
107122
- [ ] 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...
112124

113-
# Will Not Do
125+
# Will Not Do (unless you're ready to help out)
114126

115127
- Accounting
116128
- Advanced Market Data (ie. no candles here, only ticker data)

0 commit comments

Comments
 (0)