An open API service indexing awesome lists of open source software.

https://github.com/allenvox/blkchn

C++ blockchain examples project
https://github.com/allenvox/blkchn

blockchain cpp17 crypto

Last synced: over 1 year ago
JSON representation

C++ blockchain examples project

Awesome Lists containing this project

README

          

# blkchn
![GitHub last commit](https://img.shields.io/github/last-commit/allenvox/blkchn)

C++ blockchain examples

**Requirements:** Boost, OpenSSL

**Build:** `mkdir build && cd build && cmake .. && make`

**Run:** `build/%component%`