An experimental blockchain implementation, written in TypeScript and based on https://github.com/lhartikk/naivechain
$ npm i
$ npm run compile
$ HTTP_PORT=5000 P2P_PORT=5001 npm run start
$ HTTP_PORT=5002 P2P_PORT=5003 npm run start
$ ...