git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 9d1a251cba252c319e6156e7db50a9cbf86c6e71

Files: 9d1a251cba252c319e6156e7db50a9cbf86c6e71 / 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