Difference between revisions of "Node Litecoin"
From Litecoin Wiki
(→Examples) |
|||
Line 25: | Line 25: | ||
== Examples == | == Examples == | ||
### Create client <code>js var litecoin = require('litecoin'); var client = new litecoin.Client('localhost', 9332, 'username', 'password');</code> | ### Create client <code>js var litecoin = require('litecoin'); var client = new litecoin.Client('localhost', 9332, 'username', 'password');</code> | ||
− | |||
=== Create client with single object === | === Create client with single object === | ||