Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 536 Bytes

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