Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 428 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 428 Bytes

Typescript blockchain

A block chain application built in Typescript (work in progress)

Installation

git clone https://github.com/mush20/typescript-blockchain.git

cd typescript-blockchain

npm install or yarn install

Starting a new server

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.

Testing

npm run test