TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Launching Beta version of a free alternative to Coinigy

3 pointsby standup75almost 7 years ago

3 comments

standup75almost 7 years ago
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
lovecryptoalmost 7 years ago
What techno did you use for this? Are you using the exchange http APIs, or are you also using websockets?
评论 #17316287 未加载
retweetablesalmost 7 years ago
This seems pretty awesome, thanks for the effort, I look forward to testing this out
评论 #17316288 未加载