UNPKG

bitfact

Version:

A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.

11 lines (10 loc) 186 B
// load keys. module.exports = (otherConf) => { let confToUse; try { confToUse = require("./bitfact.json"); } catch (e) { confToUse = otherConf; } return confToUse; };