Bcoin

用于node.js和浏览器的Javascript比特币库。(Javascript bitcoin library for node.js and browsers)

Github星跟蹤圖

Bcoin

注意:最新版本的bcoin包含对其余API的非向后兼容更改。 请阅读更新日志的“迁移”部分以了解更多详细信息。


Bcoin是比特币协议的替代实现,用node.js编写。

Bcoin经过充分测试,并且了解所有已知的共识规则。 它目前在生产中用作purse.io的共识后端(consensus backend)和钱包系统。

用途

  • 完整节点
  • SPV节点
  • 钱包后端(bip44派生)
  • 挖掘后端(getblocktemplate支持)
  • 第2层后端(lightning)
  • 通用比特币库

在浏览器中试用: http://bcoin.io/browser.html

安装

$ git clone git://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm install
$ ./bin/bcoin

请参阅新手指南以获取更深入的安装说明。

文档

支持

加入 freenode #bcoin 频道。

声明

Bcoin并不保证您不会因错误、灾难或您自己的无能而被盗或丢失资金。只有你和你自己负责保护你的钱。

贡献和许可协议

贡献和许可协议 如果您为此项目贡献代码,则隐式允许您的代码在MIT许可下分发。 您还隐式验证所有代码都是您的原始作品。

许可证

  • Copyright(c)2014-2015,Fedor Indutny(MIT许可证)。
  • 版权所有(c)2014-2017,Christopher Jeffrey(MIT许可证)。

更多信息参见 LICENSE。

概覽

名稱與所有者bcoin-org/bcoin
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台Linux, Mac, Windows
許可證Other
發布數62
最新版本名稱v2.2.0 (發布於 2021-11-12 11:10:33)
第一版名稱v0.1.0 (發布於 2014-05-06 13:42:54)
創建於2014-04-28 13:28:18
推送於2024-02-12 16:30:12
最后一次提交2023-08-05 10:07:00
星數3k
關注者數132
派生數801
提交數5.5k
已啟用問題?
問題數593
打開的問題數113
拉請求數284
打開的拉請求數91
關閉的拉請求數195
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Bcoin

Build Status
Coverage Status

NOTE: The latest release of bcoin contains a non-backward compatible change
to the rest API. Please read the changelog's "migrating" section for more
details.


Bcoin is an alternative implementation of the bitcoin protocol, written in
node.js.

Bcoin is well tested and aware of all known consensus rules. It is currently
used in production as the consensus backend and wallet system for
purse.io.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend (bip44 derivation)
  • Mining Backend (getblocktemplate support)
  • Layer 2 Backend (lightning)
  • General Purpose Bitcoin Library

Try it in the browser: https://bcoin.io/browser/

Install

$ git clone git://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm install
$ ./bin/bcoin

See the Getting started guide for more in-depth installation
instructions, including verifying releases.

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

Bcoin does not guarantee you against theft or lost funds due to bugs, mishaps,
or your own incompetence. You and you alone are responsible for securing your
money.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. </legalese>

License

  • Copyright (c) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

去到頂部