UNPKG

779 BMarkdownView Raw
1# Blockstack Storage JS
2
3**Please don't use this library directly as its API will change. Instead use Blockstack Storage via the
4public APIs provided in [blockstack.js](https://github.com/blockstack/blockstack.js).**
5
6This library was split off from [blockstack.js](https://github.com/blockstack/blockstack.js)
7in order to make it easier to test.
8
9Documentation of the unstable APIs in this library are available in [docs/USAGE.md](docs/USAGE.md)
10
11## Contributing
12
13This repository uses the [git flow branching mode](http://nvie.com/posts/a-successful-git-branching-model/).
14
15We suggest using the [git-flow-avh](https://github.com/petervanderdoes/gitflow-avh) plugin.
16
17Please send pull requests against `develop`. `master` will reflect the latest production
18code deployed to npm.