KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
blockchain-cpp
★ 20
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
WeatherForecast-4622
:
A cool open-source project
motion_retarget
:
Retargetting motion from one robot to another.
building-with-llms-made-simple
:
A tutorial on how to build stuff with large language models, made simple
MDI-configurator
:
Guidance scripts related to Defender For Identity: Prereqs, configuration etc
text_improvement
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
blockchain-cpp
?
Download (.md)
**_<center>CPP | Blockcahin Demo </center>_** **This app provides a simple explanation of blockchain.** This application essentially consists of; A blockchain network containing index, timestamps, data, prev.hash and hash values has been created. Users are able to mine new blocks containing the desired information. Lastly, a text file can be created from the blockchain. <br> <p align="center"> <img width="400" src="src/img/chain.png"> <br> </p> <br> The content of the Blockcahin Demo application; - Fundemantel C++ - Class - Vector - File Operation