my-blockchain-ts

My simple Blockchain server with TypeScript

Stars
1

my-blockchain-ts

Live demo: https://my-blockchain-js-lgzccopgvl.now.sh

My simple blockchain implementation with TypeScript, ported from https://github.com/dvf/blockchain unofficially.

Stacks:

  • Node.js
  • TypeScript
  • Micro

Dev Stacks:

  • TSLint
  • Jest
  • ts-jest

Setup

yarn install

Start blockchain server

yarn dev

Run test

yarn test