Task Given two arrays representing initialBalances and transactions and an integer blockSize, create a blockchain that includes all valid pending transactions in the order in which they are given. Provide functionality to get the balance of a specific account on the blockchain
git clone https://github.com/callezenwaka/blockchain
npm install