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
- Host: GitHub
- URL: https://github.com/allenvox/blkchn
- Owner: allenvox
- License: mit
- Created: 2024-11-03T13:28:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T15:47:21.000Z (over 1 year ago)
- Last Synced: 2025-02-14T01:46:36.302Z (over 1 year ago)
- Topics: blockchain, cpp17, crypto
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blkchn

C++ blockchain examples
**Requirements:** Boost, OpenSSL
**Build:** `mkdir build && cd build && cmake .. && make`
**Run:** `build/%component%`