Toy Blockchain Project

Intro

A sample project for learning about blockchain technology and the C# language.

Usage

First, run with

dotnet run --project ToyBlockChain.App -- -s

to start running a seed node. Additional nodes can be run with various options. Run with --help to see available options.

Study Notes