vanillacoin-node

Vanillacoin client

Usage no npm install needed!

<script type="module">
  import vanillacoinNode from 'https://cdn.skypack.dev/vanillacoin-node';
</script>

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