git clone https://github.com/pandanite-crypto/pandanite-js
npm install
node example.js
npm install https://github.com/pandanite-crypto/pandanite-js.git
const Pandanite = require('pandanite-js');
const pandaniteCrypto = new Pandanite.crypto();
const pandaniteApi = new Pandanite.api('https://pandanite.net');
See example.js for method calling examples