A block chain application built in Typescript (work in progress)
git clone https://github.com/mush20/typescript-blockchain.git
cd typescript-blockchain
npm install
or yarn install
PORT={PORT_NUMBER}, P2P_PORT={P2P_PORT_NUMBER} yarn start
replace the PORT_NUMBER and P2P_PORT for the desired number eg. 3001 and 50001.
npm run test