Skip to content

xCoreDev/vanillacoin-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vanillacoin NodeJS Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published