This repository contains a simple blockchain implementation written in C#.
- Block creation and validation
- Chain validation
- Proof of Work consensus algorithm
- Basic transaction handling
- .NET Core SDK
- Clone the repository:
git clone https://github.com/ImHangLi/blockchain_csharp.git
- Navigate to the project directory:
cd blockchain_csharp
- Build the project:
dotnet build
To run the project, use:
dotnet run