XiChenn / tinychain

A blockchain implementation using nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinychain

Environment: nodejs > v8.10.0

Steps to run

  1. git clone https://github.com/XiChenn/tinychain.git
  2. cd tinychain & yarn install
  3. yarn run test

0.1

Implement basic data structures for blockchain

0.2

Add proof of work and dynamic adjust difficulty To run: $yarn run dev-test

About

A blockchain implementation using nodejs

License:MIT License


Languages

Language:JavaScript 100.0%