/radiks

A client-side framework for building model-driven decentralized applications.

Primary LanguageTypeScriptMIT LicenseMIT

Radiks

A client-side framework for building model-driven decentralized applications on top of Blockstack storage and authentication.

Documentation

For documentation on using Radiks, visit the Blockstack documentation for developers.

Development

To compile with babel, run:

yarn compile
# or, to auto-compile when files change
yarn compile-watch

To run tests:

yarn test

To run eslint:

yarn eslint