Skip to content

SC4RECOIN/TypeCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeCoin

Build Status

A POS cryptocurrency written in Typescript

scripts

Install dependencies
npm setup

Run p2p node and http API
npm blockchain

Run blockchain with simple react interface. Check wallet balance and send transactions.
npm all

alt text

Run unit tests
npm test