blockstack-storage

v0.2.5
The Blockstack Javascript library for storage.
blockchain bitcoin bitcoin storage bitcoin scaling off-chain storage crypto cryptography blockstack blockstack auth and 6 more...

browserify

browserify lib/index.js --standalone blockstack -o ./tests/storageTests/bundle.js

compile

rm -rf lib; babel --presets es2015 src -d lib

compile-tests

rm -rf tests/storageTests/lib; babel --presets es2015 tests/storageTests/src -d tests/storageTests/lib

prepare

npm run compile

release

npm version patch && npm publish

dev-build

npm run compile; npm run compile-tests; npm run browserify;

integration-test-storage

npm run compile; npm run compile-tests; npm run browserify; node ./tests/storageTests/lib/index.js

test

echo 'Use the integration test framework; see circle.yml'; echo 'success!'

Metadata

  • MIT
  • Whatever
  • Blockstack Inc.
  • released 6/28/2017

Downloads