项目作者: seonjinson

项目描述 :
Simple POW BlockChain
高级语言: C++
项目地址: git://github.com/seonjinson/pow-blockchain.git
创建时间: 2018-05-18T08:40:18Z
项目社区:https://github.com/seonjinson/pow-blockchain

开源协议:

下载


Simple Pow BlockChain

The structure and function of simple blockchain based on pow method.

Complier

That may make an error if the gcc version is different.

  1. * Compiler
  2. - g++(gcc version 8.1.0)

Implemantation on mac/linux

  1. * clean

$ clean

```