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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bitcore – A pure JavaScript Bitcoin API

138 点作者 eordano超过 10 年前

9 条评论

jonpaul超过 10 年前
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 未加载
PhrosTT超过 10 年前
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 未加载
jordanbaucke超过 10 年前
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 未加载
ytimoschenko超过 10 年前
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.
omarforgotpwd超过 10 年前
Awesome project. Hopefully nobody makes anything serious using it in the browser.
jxm262超过 10 年前
This looks very well done! Starred on github :)
afandian超过 10 年前
This looks more like a library than an API. I wonder why the decision was made to market it this way.
评论 #8790354 未加载
评论 #8789557 未加载
panhandlr超过 10 年前
Looks like they built their NSA spy module out of coffeescript, neato
评论 #8789389 未加载
Humjob超过 10 年前
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 未加载