Difference between revisions of "Node Litecoin"
From Litecoin Wiki
Line 1: | Line 1: | ||
− | = | + | = 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. | 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. |