git ssb

2+

ev / mvd



Tree: d89e5bb09b3a46bb3c18119673f03862020eb44c

Files: d89e5bb09b3a46bb3c18119673f03862020eb44c / keys.js

193 bytesRaw
1
2var config = require('./config')()
3var ssbKeys = require('ssb-keys')
4var path = require('path')
5
6module.exports = ssbKeys.loadOrCreateSync(path.join(config.caps.shs + '/secret'))
7

Built with git-ssb-web