Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 300 Bytes

CheCoin

A general purpose proof of stake cryptocurrency, written in TypeScript. This project was completed to broaden my understanding of the proof of stake consensus mechanism.


Running locally

  • Start the node with npm start

  • Open wallet frontend with npm run wallet (not complete)