Home ยป Cryptocurrency Blockchain in 30 minutes in C++

Cryptocurrency Blockchain in 30 minutes in C++

by hotshed71

Have you ever wondered what it would take to create a cryptocurrency coin or token yourself

This is an example in C++ of the basic building “blocks” of a blockchain.

Source On Github (after clean up in 2nd video):

https://github.com/jonnylynchy/Blockchain-C-Plus-Plus-Example

You may also like