DESCRIPTION: A core responsibilities of a blockchain nodes is to validate the blockchain dataset. In this project you will learn to validate the blockchain dataset by converting the current validation functions from storing data in persistence library LevelDB. Creating Genesis block, Adding new blocks, validating the chain, etc.
TECHNOLOGIES USED: Query, Promises, NodeJS, LevelDB, Blockchain concepts of height, hash, previousBlockHash and timeStamp.