TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Launching Beta version of a free alternative to Coinigy

3 点作者 standup75将近 7 年前

3 条评论

standup75将近 7 年前
I have been working on a side project for the past couple of months. Mainly, my goal was to have a platform where I can login to all my crypto exchanges but not have to go through the login &#x2F; 2FA steps and have a unified interface. I also didn&#x27;t want to upload my API keys to a 3rd party server like it&#x27;s the case with coinigy.<p>That&#x27;s how I came up with Silex, the API keys are stored encrypted on your laptop and you only need a PIN code. The PIN code is just guaranteeing that someone who steals your laptop cannot access your funds before you have time to realize it and cancel your API keys.<p>How does the encryption work? The PIN code is sent to my server and is hashed with salt, the hash is checked against a hash stored in my database. If the hash is wrong a pin retry count is decreased. After 5 wrong pin, the account is cancelled. Their is no PIN reset available. If successful, the hash is sent back to the client and is used as encryption key for the local storage of account information. So the attacker would have to attack my database and steal &#x2F; hack my laptop to gain access to my fund. This sounds safe enough for me, but I&#x27;m open to suggestions.<p>Not all exchanges are created equal and at this stage of development, not all exchanges allow all operations. That being said, in its current version, 7 different exchanges have been integrated: Binance, GDAX, Bittrex, Kraken, Kucoin, Poloniex, Cryptopia. Let me know who should be next.<p>Now you can give a try, just go to <a href="http:&#x2F;&#x2F;silexapp.com" rel="nofollow">http:&#x2F;&#x2F;silexapp.com</a> and click download.<p>Feedback is the most valuable thing. In the app, you can vote for the next feature to be implemented by going to HELP &gt; FEEDBACK
lovecrypto将近 7 年前
What techno did you use for this? Are you using the exchange http APIs, or are you also using websockets?
评论 #17316287 未加载
retweetables将近 7 年前
This seems pretty awesome, thanks for the effort, I look forward to testing this out
评论 #17316288 未加载