Skip to content

Simple blockchain storing news. Project I for Data Structure Practicum in JLU.

Notifications You must be signed in to change notification settings

kaaass/NewsBlockchain

Repository files navigation

NewsBlockchain

All Contributors

构建平台 结果
Travis CI Build Status
Appveyor Build status
Codecov codecov

一个简易的区块链模拟,用于存放、校验新闻。

本仓库为吉林大学软件学院数据结构荣誉课程(2018级)课程项目的代码仓库。

开发进程

feature-blockchain feature-hash feature-huffman
Build Status Build Status Build Status
Build status Build status Build status
codecov codecov codecov
@KAAAsS @Victoria1216 @ZT

使用

准备工作

  1. 安装CMake
  2. 克隆本仓库
  3. git submodule update --init --recursive

编译

执行

mkdir build
cd build
cmake .. -DENABLE_COVERAGE=On
cmake --build . --config Release

致谢

CMake-codecov

clang_travis_cmake_gtest_coveralls_example

Contributors ✨

Thanks goes to these wonderful people (emoji key):


KAAAsS

💻 🚧

ZT

💻

Victoria1216

💻

xiaolllll

💻

ningningdashuibi

💻

AutumnZ0713

🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Simple blockchain storing news. Project I for Data Structure Practicum in JLU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published