bitcore/sin-test.js

8 lines
111 B
JavaScript
Raw Normal View History

2013-08-16 19:22:50 -07:00
var SINKey = require('./SINKey').class();
var sk = new SINKey();
sk.generate();
console.dir(sk.storeObj());