/mwitu-coin

Blockchain algorithm in NodeJS

Primary LanguageJavaScript

BlockChain

Work in progress. Attempting to implement Daniel van Flymen's blockchain algorithm in NodeJS and Docker.

Run

  • checkout repo
  • cd into the app directory in the checkedout repo
  • do yarn install or npm install
  • to run tests yarn test or npm test
  • to run the app yarn start or npm start

Docker

//Todo