radiks api with bug fix
npm install @scholl/radiks-bug-fixA client-side framework for building model-driven decentralized applications on top of Blockstack storage and authentication.
For documentation on using Radiks, visit the Blockstack documentation for developers.
To compile with babel, run:
~~~bash
yarn compile
To run tests:
~~~bash
yarn test
~~~
To run eslint:
~~~bash
yarn eslint
~~~