Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 494 Bytes

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