Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages