Multi-iterative distributed computation for use with COINSTAC.
Please visit coinstac-decentralized-algorithm-integration for more information on COINSTAC’s distrubuted computations.
Make sure you have Node.js and NPM installed (Node.js comes with NPM).
- Clone this repository to your machine
cdinto the repository’s directory- Run
npm installto install dependencies
- This project adheres to the Airbnb JavaScript style guide.
- This project uses pre-commit to validate packages, lint code, and run tests before a commit. Make sure your code passes!
This project is wired up with Istanbul for measuring code coverage tape for testing. To run the tests and measure coverage, simply run:
npm testTo check linting, run:
npm run lintMIT. See LICENSE.