Simple Blockchain App using NodeJS
This basic block chain example shows the how a basic blockchain works. It uses jsdocs as well as jest for testing.
To install and run the example, first clone the repository and optionally replace the "blockchainEx" directory with your desired name.
git clone https://github.com/greatdane89/basic-nodejs-blockchain-crypto.git blockchainEx
#Navigate into proper directory
cd blockchainEx
#install dependencies
npm install
#Run the docs
npm run doc
#Run test
npm run test
#Run the application
npm run start
Visit blockchainEx/docs/ in your file system and open index.html
in your browser to view the docs.