View source for Node Litecoin
Jump to:
navigation
,
search
= node-litecoin = node-litecoin is a simple node.js wrapper for the Litecoin client's JSON-RPC API. The API is equivalent to the API document [https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list here]. The methods are exposed as lower camelcase methods on the <code>litecoin.Client</code> object. == Install == <code>npm install litecoin</code> == Setup == <ol style="list-style-type: decimal;"> <li><p>Traverse to <code>~/.litecoin</code> or <code>~/Library/Application Support/Litecoin</code> and add a file called <code>litecoin.conf</code> if it doesn't already exist.</p></li> <li><p>Add these lines to the file:</p> <p>rpcuser=username</p> <p>rpcpassword=password</p></li></ol> You will use these to login to the server. <ol start="3" style="list-style-type: decimal;"> <li><p>Start your Litecoin client with the <code>-server</code> argument or run <code>litecoind</code></p></li> <li><p>You should now be able to communicate with Litecoin JSON-RPC API using the node-litecoin library, try it out!</p></li></ol> == Examples ==
Return to
Node Litecoin
.
Personal tools
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
Actions
Search
Navigation
Main page
Community portal
Current events
Recent changes
Random page
Help
Toolbox
What links here
Related changes
Special pages