/evaluation

Primary LanguageC++Apache License 2.0Apache-2.0

Block Chain

A blockchain is a decentralized and immutable digital ledger that records transactions across multiple computers. It ensures transparency, security, and trust in financial transactions by linking blocks of data together in a sequential and cryptographically secure manner.

Instructions to compile and run the code

This project is written in C++ and requires Mingw C/C++ compiler to compile and run the code.

Installation

  1. Downlode and install MinGW compiler from the internet
  2. Add C:\MinGW\bin path to the system environment variable PATH

Building and Running the Project

  1. Open the command prompt (CMD) or terminal.
  2. Navigate to the project folder using the cd command. For Example: cd /d "D:\Ajay Kumar Block Chain"
  3. To compile the code, run the following command:g++ -o main main.cpp block.cpp blockChain.cpp transaction.cpp
  4. Once the compilation is successful, you can run the project by executing the generated executable main file.