git ssb

1+

ev / scatter



Tree: 7d6683ba58e6e89f69b2908cd003f825f4d05dd9

Files: 7d6683ba58e6e89f69b2908cd003f825f4d05dd9 / 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