1.0.1 • Published 5 years ago

blockcloudjs-util v1.0.1

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
5 years ago

blockcloudjs-util

A collection of utility functions for Blockcloud. It can be used in node.js or can be in the browser with browserify.

INSTALL

npm install blockcloudjs-tx

Develop

  • setup

    npm install
  • test

    npm run test:browser
  • build api docs

    npm run build:docs

File Structure

.
├── test
    ├── index.spec.js
├── docs
├── karma.conf.js               # Karma Configuration File
├── index.js                    # Core
├── LICENSE                     # LICENSE
├── package.json
├── README.md                   # README

API

./docs/