「BitcoinJS」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(Links updated)
 
(1 revision imported)
23行目: 23行目:
 
== History ==
 
== History ==
  
* First commit was uploaded on March 12th, 2011 <ref>[https://github.com/justmoon/node-bitcoin-p2p/commit/aaad1406cfc652560abb708619e201898672f1db "Initial commit."] committed, March 12th 2011</ref>
+
* First commit was uploaded on March 12th, 2011  
* Repository moved to separate BitcoinJS account on April 30th, 2011 <ref>[https://github.com/justmoon/node-bitcoin-p2p/commit/a585bbae384a523c3d2ee19973daffd8db3d199a "Added new README with link to new repo."] committed, April 30, 2011</ref>
+
* Repository moved to separate BitcoinJS account on April 30th, 2011  
* Official announcement including screencast on May 5th, 2011 <ref>[https://bitcointalk.org/index.php?topic=7357.0 "Webcoin Alpha Sneak Preview"] on Bitcoin.org forums, May 5, 2011</ref>
+
* Official announcement including screencast on May 5th, 2011  
  
 
== See Also ==
 
== See Also ==
36行目: 36行目:
 
* [https://github.com/bitcoinjs BitcoinJS project on Github]
 
* [https://github.com/bitcoinjs BitcoinJS project on Github]
  
== References ==
+
==Source==
<references />
 
  
[[Category:Nodes]]
+
[http://bitcoin.it/ http://bitcoin.it/]
[[Category:Clients]]
 
[[Category:Free Software]]
 
[[Category:License/MIT-X11]]
 
[[Category:Open Source]]
 
[[Category:Mobile]]
 

2017年12月19日 (火) 03:35時点における版

A reimplementation of Bitcoin using Node.js and web technologies.

It currently implements the basics of the Bitcoin protocol, enough to send and receive transactions via the Webcoin frontend. All official BitcoinJS components are released under the MIT license.

Components

BitcoinJS consists of several loosely coupled component that can be used in different combinations to solve different problems.

node-bitcoin-p2p

The main component implementing the Bitcoin P2P protocol and parts of the JSON-RPC API. You can think of it as the counterpart to the original client's CLI daemon, bitcoind.

As the name implies, node-bitcoin-p2p is built using the Node.js framework. It also uses MongoDB for storage and indexing of the block chain data.

node-bitcoin-exit

Builds on top of node-bitcoin-p2p to provide access to balances and transaction information on a per-account basis. It also allows the upload of new transactions to the network. These two functions are enough to allow a client to access the network only through this server.

Other

Various other software builds on top of the basic BitcoinJS infrastructure. Notable examples include Webcoin and BitcoinJS Explorer.

History

  • First commit was uploaded on March 12th, 2011
  • Repository moved to separate BitcoinJS account on April 30th, 2011
  • Official announcement including screencast on May 5th, 2011

See Also

External Links

Source

http://bitcoin.it/