ssb-private-group-keys

v1.1.2
A collection of basic box2 functions for SSB

test

npm run test:js && npm run test:only && npm run lint

test:js

tape 'test/**/*.test.js' | tap-arc

test:only

if grep -r --exclude-dir=node_modules --exclude-dir=.git --color 'test\.only' ; then exit 1; fi

lint

standard --fix

generate

rm -rf test/generate/*/vectors && node test/generate/index.js
npm i ssb-private-group-keys

Metadata

Downloads