Skip to content

mush20/typescript-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published