Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.
-
Updated
Nov 6, 2024 - PHP
Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.
Jank gui for cloning ethereum @ last PoW commit and modifying basic parameters
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.
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.
BlockChain is a secure, distributed, and production-ready blockchain system with Proof-of-Work, wallet encryption, peer-to-peer networking, RESTful APIs, and PostgreSQL persistence.
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.
Add a description, image, and links to the pow-consensus topic page so that developers can more easily learn about it.
To associate your repository with the pow-consensus topic, visit your repo's landing page and select "manage topics."