git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 729da9a0e4e091c675bd1c3959036d4e0cb4880d

Files: 729da9a0e4e091c675bd1c3959036d4e0cb4880d / 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