git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: ed36da04fb161112f1cad169cc8460e5b988937e

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