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

https://github.com/mohsen12999/cppblockchain

making little block-chain with cpp
https://github.com/mohsen12999/cppblockchain

blockchain cpp

Last synced: over 1 year ago
JSON representation

making little block-chain with cpp

Awesome Lists containing this project

README

          

# Block Chain with C++

idea from [forud video](https://youtu.be/JsLfGuySDfw)

## Run

```sh
g++ main.cpp -o main.out && ./main.out
```