Update README.md

This commit is contained in:
Iuri Matias 2019-10-02 22:23:27 -04:00 committed by GitHub
parent 05d3d11e70
commit 5f4428e95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@ Subspace
===
## Overview
Subspace is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via callbacks.
Subspace is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via observables.
Subspace also takes care of syncing under the hood, saving & loading the state in a local db.
### Documentation
https://status-im.github.io/subspace-docs/
@ -131,4 +133,4 @@ const Subspace = require('./dist/node.js');
The browser version can be found at `dist/browser.js`. You can also check the examples in `test/`.
## License
MIT
MIT