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
- Host: GitHub
- URL: https://github.com/mohsen12999/cppblockchain
- Owner: mohsen12999
- Created: 2019-11-02T21:13:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T09:36:29.000Z (over 6 years ago)
- Last Synced: 2025-02-12T12:45:52.813Z (over 1 year ago)
- Topics: blockchain, cpp
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```