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.

Bitcore – A pure JavaScript Bitcoin API

138 pointsby eordanoover 10 years ago

9 comments

jonpaulover 10 years ago
It&#x27;s an exciting time to be a JavaScript developer for Bitcoin. There are a number of JavaScript libraries for Bitcoin. Here is a comprehensive list of alternatives to Bitcore:<p>- <a href="https://github.com/bitcoinjs/bitcoinjs-lib" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bitcoinjs&#x2F;bitcoinjs-lib</a> (one of the best)<p>- <a href="https://github.com/indutny/bcoin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;indutny&#x2F;bcoin</a> (Indutny&#x27;s work is found throughout Node.js and is the basis of elliptic curve cryptography in Bitcore)<p>- <a href="https://github.com/ryanxcharles/fullnode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryanxcharles&#x2F;fullnode</a> (ex-developer of Bitcore and now engineer at Reddit behind Reddit&#x27;s crypto currency initiative)<p>- <a href="http://cryptocoinjs.com/" rel="nofollow">http:&#x2F;&#x2F;cryptocoinjs.com&#x2F;</a> (disclosure: I started this one)<p>Here is an older article that I wrote about understanding how an Address is created (still valid, but using an older version of bitcoinjs-lib): <a href="http://procbits.com/2013/08/27/generating-a-bitcoin-address-with-javascript" rel="nofollow">http:&#x2F;&#x2F;procbits.com&#x2F;2013&#x2F;08&#x2F;27&#x2F;generating-a-bitcoin-address-...</a><p>The cool thing is that you can use test Bitcoins without any risk to learn how to program for Bitcoin. Use these faucets: <a href="http://tpfaucet.appspot.com/" rel="nofollow">http:&#x2F;&#x2F;tpfaucet.appspot.com&#x2F;</a> and <a href="http://faucet.xeno-genesis.com/" rel="nofollow">http:&#x2F;&#x2F;faucet.xeno-genesis.com&#x2F;</a><p>Here is a very simple wallet that I built to demonstrate how easy it is to build one: <a href="https://github.com/coinbolt/simple-wallet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coinbolt&#x2F;simple-wallet</a><p>Finally, an open source app to test the purchasing experience of Bitcoin: <a href="https://github.com/coinbolt/catshop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coinbolt&#x2F;catshop</a>
评论 #8790262 未加载
PhrosTTover 10 years ago
Looks awesome. Cryptocurrency development has seemed pretty intimidating to me but this is probably the going to be the push that gets me started supporting tip sharing features on my site.
评论 #8790186 未加载
评论 #8790139 未加载
jordanbauckeover 10 years ago
I am wondering if anyone has some thoughts on the security of this in a web-application? Storing the private keys in a database connected to one&#x27;s web-app is just a bad idea right? So than it just becomes a proxy to the Bitcoind installation via JSON-RPC? Would it be considered safe to encrypt user&#x27;s private keys via their password+hash+salt the same way I&#x27;m storing their passwords?
评论 #8791309 未加载
ytimoschenkoover 10 years ago
Core Bitcoin: <a href="https://github.com/oleganza/CoreBitcoin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oleganza&#x2F;CoreBitcoin</a><p>Bitcoin Core: <a href="https://github.com/bitcoin/bitcoin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bitcoin</a><p>Now it is Bitcore. Project names are hardly distinguishable, feels kind of messy.
omarforgotpwdover 10 years ago
Awesome project. Hopefully nobody makes anything serious using it in the browser.
jxm262over 10 years ago
This looks very well done! Starred on github :)
afandianover 10 years ago
This looks more like a library than an API. I wonder why the decision was made to market it this way.
评论 #8790354 未加载
评论 #8789557 未加载
panhandlrover 10 years ago
Looks like they built their NSA spy module out of coffeescript, neato
评论 #8789389 未加载
Humjobover 10 years ago
I have a question about bitcoin in general - how do transactions on the network get verified? Does it mostly happen through miners? If so, what happens when mining reaches the point where it becomes economically worthless to everyone except a few electricity thieves? Will there just be a massive backlog of unprocessed transactions?<p>Unless I&#x27;m wrong somehow, I could see this becoming especially problematic as bitcoin becomes more popular and the daily transaction volume grows. How does the bitcoin foundation&#x2F;community plan to tackle this issue?
评论 #8791220 未加载
评论 #8791308 未加载
评论 #8791199 未加载