Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakrajs/framework

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakrajs/framework

Modular JavaScript framework for building decentralized apps

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Chakra Framework

A Cubefuse Project Code Standard Style Compliant Readme Standard Style Compliant Travis CI Codecov npm

Documentation API Reference

Modular JavaScript framework for building decentralized apps

Table of Contents

Getting Started

npm package

This is the recommended method for using Chakra.

npm install @chakrajs/framework

If you are using yarn (recommended), use this instead.

yarn add @chakrajs/framework

<script> include

Directly include with <script> tag on your html pages. This only works for web browsers. Chakra would be included as a global variable.

  • Download and use

Downloads can be found in the GitHub Releases page.

  • Use from CDN
<!-- Development version -->
<script src="https://unpkg.com/@chakrajs/framework/dist/index.js"></script>

<!-- Minified version -->
<script src="https://unpkg.com/@chakrajs/framework/dist/index.min.js"></script>

Please read the Documentation and the API Reference to start building Chakra Apps.

Development Setup

git clone https://github.com/cubefuse/chakra.git
cd chakra
yarn install
  • The code can be built for both Node.js and the browser by yarn build.
  • To run the tests and generate coverage reports, use yarn test and yarn coverage.
  • Code linting with the JavaScript Standard Style is available with yarn lint.
  • Code documentation can be built with yarn docs.

Maintainers

@mprasanjith

Contribute

We welcome your pull requests and bug reports.

License

MIT © 2018 Cubefuse

Keywords

FAQs

Package last updated on 13 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc