区块链项目源码大全

区块链项目源码大全

比特币BTC源码 :https://github.com/bitcoin

以太坊ETH源码 :https://github.com/ethereum

以太经典ETC源码 :https://github.com/ethereumproject

小蚁NEO源码 :https://github.com/neo-project

标准链CZR源码:https://github.com/canonchain

柚子EOS源码 :https://github.com/eosio

量子链QTUM源码 :https://github.com/qtumproject

比原链BTM源码 :https://github.com/bytom

莱特币LTC源码 :https://github.com/litecoin-project

公信宝GXS源码 :https://github.com/ethereumproject

比特股BTS源码 :https://github.com/bitshares

ADA源码 :https://github.com/input-output-hk

AE源码 :https://github.com/aeternity

ELF源码 :https://github.com/aelfProject

OMG源码 :https://github.com/omise

SNT源码 :https://github.com/status-im

波场TRX源码 :https://github.com/tronprotocol

更多项目源码 :http://myhref.com/code.html


转自 https://blog.csdn.net/huanleyuan/article/details/78480616

我们使用github的搜索功能,并选择forks数量倒序排列,查询:

注意:每一个fork背后可能就是一个全新的产品,forks代表了程序被二次开发的情况,个人觉得对于技术选型相对更有说服力。

前10个应用如下:

1. bitpay/bitcore 1656颗星,429个分支

源码网址: https://github.com/bitpay/bitcore

第一位,这是bitpay团队的产品,号称下一代PayPal。这算是一个成功案例,足见Node.js开发加密货币的可行性。

2. startup-class/bitstarter-leaderboard 295颗星,386个分支

源码网址:https://github.com/startup-class/bitstarter-leaderboard

第二位,这是一个基于比特币开发众筹网站的模板程序。巴比特在做众筹,很多人也想进入这个领域,可以参考学习。

3. bitcoinjs/bitcoinjs-lib 980颗星,305个分支

源码网址:https://github.com/bitcoinjs/bitcoinjs-lib

第三位,这是个比特币web钱包开发包,几乎当前市面上所有的基于网站的钱包都在用,牛x吧。

4. askmike/gekko 866颗星,300个分支

源码网址:https://github.com/askmike/gekko

第四位,你也想推出一个像时代、okcoin那样的基于网页的交易市场吗,这个代码不容错过。不过,我个人觉得交易市场不仅仅是技术问题,Gekko也提醒您要自担风险。

5. bitpay/insight-ui 354颗星,267个分支

源码网址:https://github.com/bitpay/insight-ui

第五位,这是bitpay放出的一个开发web钱包的UI包(要基于bitcoin-node),看来当前开发钱包的需求还是比较大的。可以与排行第7位的bitpay/insight-api配合开发。

6. kyledrake/coinpunk 733颗星,249个分支

第六位,该项目是一个本地化的钱包服务程序,已经停止维护,取而代之的就是第3位的bitcoinjs-lib。

7. bitpay/insight-api(略)

8. cjb/GitTorrent 3065颗星,133个分支

源码网址:https://github.com/cjb/GitTorrent

第八位,不过它的好评3065颗星却是最高的。这是一个去中心化的Github,作者写了一篇博客详细解释了为什么Git也要去中心化。我本人觉得,这项目确实有意思,为我们开发去中心化的产品扩展了视野。基于这个项目思路,可以设想很多有价值的应用。

9. bitcoinjs/bitcoinjs-server

源码网址:https://github.com/bitcoinjs/bitcoinjs-server

第九位,已经放弃维护了。

10. untitled-dice/untitled-dice.github.io 26颗星,114个分支

源码网址:https://github.com/untitled-dice/untitled-dice.github.io   第十位,一个基于比特币的赌博网站源码。有意思的是,用户评价26颗星,很低,说明人们的价值观还是不喜欢赌博的。但是拷贝的分支却很多,对于开发者来说,这也算是比特币的一个落地应用。

其实,还有很多应用,没有开源,或半开源,被关注的不多,鲜为人知。

结论

仅就上述数据分析,我们可以得出如下结论:

  • 在整个开源社区,Node.js当之无愧是最流行的开发平台之一;
  • 在钱包、交易市场等客户端应用领域,Node.js的应用较为广泛;
  • 在加密货币核心代码开发上,Node.js的应用较少,远不如pythonjava,c/c++等开发语言的使用。

不过,由于javascript有着众多的用户群,随着加密货币的发展和普及,会有更多的Node.js开发者加入。选择Node.js,就像最初选择了bitcoin,作为第一批实践的用户,我们已经站在时代潮头。




区块链项目源码大全

比特币BTC源码 :https://github.com/bitcoin

以太坊ETH源码 :https://github.com/ethereum

以太经典ETC源码 :https://github.com/ethereumproject

小蚁NEO源码 :https://github.com/neo-project

标准链CZR源码:https://github.com/canonchain

柚子EOS源码 :https://github.com/eosio

量子链QTUM源码 :https://github.com/qtumproject

比原链BTM源码 :https://github.com/bytom

莱特币LTC源码 :https://github.com/litecoin-project

公信宝GXS源码 :https://github.com/ethereumproject

比特股BTS源码 :https://github.com/bitshares

ADA源码 :https://github.com/input-output-hk

AE源码 :https://github.com/aeternity

ELF源码 :https://github.com/aelfProject

OMG源码 :https://github.com/omise

SNT源码 :https://github.com/status-im

波场TRX源码 :https://github.com/tronprotocol

更多项目源码 :http://myhref.com/code.html


转自 https://blog.csdn.net/huanleyuan/article/details/78480616

猜你喜欢

转载自blog.csdn.net/blackj_liuyun/article/details/80964645