Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

File metadata and controls

36 lines (22 loc) · 1.16 KB

Multishot

Multi-iterative distributed computation for use with COINSTAC.

Please visit coinstac-decentralized-algorithm-integration for more information on COINSTAC’s distrubuted computations.

Setup

Make sure you have Node.js and NPM installed (Node.js comes with NPM).

  1. Clone this repository to your machine
  2. cd into the repository’s directory
  3. Run npm install to install dependencies

Contributing

Testing

This project is wired up with Istanbul for measuring code coverage tape for testing. To run the tests and measure coverage, simply run:

npm test

To check linting, run:

npm run lint

License

MIT. See LICENSE.