ewilazarus / tsnaivechain

An experimental blockchain implementation, written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsnaivechain

An experimental blockchain implementation, written in TypeScript and based on https://github.com/lhartikk/naivechain

Installing

$ npm i

Running

$ npm run compile
$ HTTP_PORT=5000 P2P_PORT=5001 npm run start
$ HTTP_PORT=5002 P2P_PORT=5003 npm run start
$ ...

About

An experimental blockchain implementation, written in TypeScript


Languages

Language:TypeScript 100.0%