UI for Zipcoin Blue

index.js 111B

123456
  1. var HPM = require('./lib');
  2. module.exports = function(context, opts) {
  3. return new HPM(context, opts);
  4. };