base-blockchain-transaction-system

Blockchain Transaction System Documentation

This branch contains the automatically generated Doxygen documentation for the Blockchain Transaction System project. The documentation provides detailed information about the codebase, including classes, methods, and their usage.

Viewing the Documentation

The documentation is available in HTML format. You can view it online or locally.

Local Documentation

If you have cloned this repository, you can view the documentation locally by opening the index.html file located in the html folder.

To quickly launch the documentation, you can use the provided run_html.bat script:

  1. Ensure you have cloned the repository to your local machine.
  2. Navigate to the root directory of the repository.
  3. Double-click the run_html.bat file.

This script will automatically open the index.html file in your default web browser.

Generating Documentation Locally

If you want to generate the documentation yourself, follow these steps:

  1. Install Doxygen on your system.
  2. Run the following command in the root directory of the project: ```bash doxygen Doxyfile