vanillacoin-node
v0.0.2
Published
Vanillacoin client
Downloads
4
Readme
Node.js Vanillacoin Client
vanillacoin-node is a Vanillacoin client for Node.js. It is a fork of the excellent countable's Dogecoin Client (https://github.com/countable/node-dogecoin) intended for use with Vanillacoin.
Basic example: Install it from npmjs:
npm install vanillacoin-node
Create a test.js file:
var vanillacoin = require('vanillacoin-node')()
vanillacoin.getInfo(function() {
console.log(arguments);
})
Test !
node test.js