Skip to content

yfxie/simple-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blockchain

A rough blockchain to demonstrate how cryptocurrency works.

Features

BlockChain

  • automatically change difficulty of mining

Client

  • wallet
  • mine block(to earn coin)
  • check my balance
  • can send coin to other people
  • P2P

Client's Server

  • browse Blockchain
  • browse Transactions

How To

yarn            # install dependencies
yarn build-run  # build typescript and run it

About

A rough blockchain to demonstrate how cryptocurrency works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published