<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BitcoinJS</id>
	<title>BitcoinJS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BitcoinJS"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BitcoinJS&amp;action=history"/>
	<updated>2026-05-15T17:26:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=BitcoinJS&amp;diff=3365&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;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...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BitcoinJS&amp;diff=3365&amp;oldid=prev"/>
		<updated>2019-04-18T04:15:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A reimplementation of Bitcoin using Node.js and web technologies.&lt;br /&gt;
&lt;br /&gt;
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 [http://www.opensource.org/licenses/mit-license.php MIT license].&lt;br /&gt;
&lt;br /&gt;
== Components ==&lt;br /&gt;
&lt;br /&gt;
BitcoinJS consists of several loosely coupled component that can be used in different combinations to solve different problems.&lt;br /&gt;
&lt;br /&gt;
=== node-bitcoin-p2p ===&lt;br /&gt;
&lt;br /&gt;
The main component implementing the Bitcoin P2P [[Protocol|protocol]] and parts of the [[API reference (JSON-RPC)|JSON-RPC API]]. You can think of it as the counterpart to the [[Original Bitcoin client|original client's]] CLI daemon, bitcoind.&lt;br /&gt;
&lt;br /&gt;
As the name implies, node-bitcoin-p2p is built using the [http://nodejs.org Node.js framework]. It also uses [http://www.mongodb.org/ MongoDB] for storage and indexing of the block chain data.&lt;br /&gt;
&lt;br /&gt;
=== node-bitcoin-exit ===&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
&lt;br /&gt;
Various other software builds on top of the basic BitcoinJS infrastructure. Notable examples include [[Webcoin]] and [[BitcoinJS/Explorer|BitcoinJS Explorer]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
* First commit was uploaded on March 12th, 2011 &lt;br /&gt;
* Repository moved to separate BitcoinJS account on April 30th, 2011 &lt;br /&gt;
* Official announcement including screencast on May 5th, 2011 &lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Webcoin]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://bitcoinjs.org/ Official project website]&lt;br /&gt;
* [https://github.com/bitcoinjs BitcoinJS project on Github]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.it/ http://bitcoin.it/]&lt;br /&gt;
[[Category:Mobile]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>