git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 4b3e8a3282de8771e2c1f60fca76dadc1d39d38b

Files: 4b3e8a3282de8771e2c1f60fca76dadc1d39d38b / 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