An open API service indexing awesome lists of open source software.

https://github.com/spartahappyshot402/simple_pow_blockchain

This C++ program demonstrates a basic blockchain implementation using OpenSSL for SHA-256 hashing. Each block stores transaction data, a timestamp, and a nonce. Proof-of-work is used to mine blocks with a difficulty target.
https://github.com/spartahappyshot402/simple_pow_blockchain

blockchain consensus-algorithm cpp crypto cryptocurrency decentralized dlt dotnet educational express nestjs openssl openssl-library pow-consensus

Last synced: 3 months ago
JSON representation

This C++ program demonstrates a basic blockchain implementation using OpenSSL for SHA-256 hashing. Each block stores transaction data, a timestamp, and a nonce. Proof-of-work is used to mine blocks with a difficulty target.

Awesome Lists containing this project