https://github.com/jpmcb/blockchain-cpp
A basic blockchain implementation in C++
https://github.com/jpmcb/blockchain-cpp
Last synced: 12 months ago
JSON representation
A basic blockchain implementation in C++
- Host: GitHub
- URL: https://github.com/jpmcb/blockchain-cpp
- Owner: jpmcb
- License: mit
- Created: 2018-08-21T21:02:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T22:17:44.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T10:44:34.785Z (about 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Basic Blockchain
-----
This is a basic implementation of a block chain in C++