UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

7 lines (5 loc) 213 B
var stringify = require('json-stable-stringify') , crypto = require('crypto') module.exports = function (obj, encoding) { return crypto.createHash('sha1').update(stringify(obj)).digest(encoding || 'hex'); };