Difference between revisions of "Node Litecoin"

From Litecoin Wiki
Jump to: navigation, search
(Examples)
(Examples)
Line 24: Line 24:
  
 
== Examples ==
 
== Examples ==
### Create client <code>js var litecoin = require('litecoin'); var client = new litecoin.Client('localhost', 9332, 'username', 'password');</code>
+
=== Create client ===
 +
 
 +
<pre class="js">var litecoin = require('litecoin');
 +
var client = new litecoin.Client('localhost', 9332, 'username', 'password');
 +
</pre>
 +
 
 +
 
 
=== Create client with single object ===
 
=== Create client with single object ===
  

Revision as of 09:28, 30 April 2013

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox