UNPKG

@owstack/wallet-service

Version:

A service for multisignature HD wallets

6 lines (5 loc) 147 B
.PHONY: test cover test: ./node_modules/.bin/mocha cover: ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test