git ssb

2+

ev / mvd



Tree: af3e4febd3c1489a35bda14c98a8575ea624615b

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