Skip to content

This repository contains a simple blockchain implementation written in C#.

Notifications You must be signed in to change notification settings

ImHangLi/blockchain_csharp

Repository files navigation

Simple Blockchain C# Project

This repository contains a simple blockchain implementation written in C#.

Overview

  • Block creation and validation
  • Chain validation
  • Proof of Work consensus algorithm
  • Basic transaction handling

Getting Started

Prerequisites

  • .NET Core SDK

Installation

  1. Clone the repository:
    git clone https://github.com/ImHangLi/blockchain_csharp.git
  2. Navigate to the project directory:
    cd blockchain_csharp
  3. Build the project:
    dotnet build

Running the Project

To run the project, use:

dotnet run

About

This repository contains a simple blockchain implementation written in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages