#hackdbytes #csharp #blockchain
    Programming Blockchain in C# FULL | Visual Studio 2019#
    This video examines the block chain technology in the .Net framework, the video covers the block structure and the chain validations.
    How to create block chain in c#,
    block chain in c#
    .net core blockchain implementation,
    visual studio 2019

    10 Comments

    1. at a30:00 the method public static bool IsValid(this IEnumerable<IBlock> items)

      {

      var enmereable = items.ToList();

      return enmereable.Zip(enmereable.Skip(1), Tuple.Create).All(block => block.Item2.IsValid() && block.Item2.h) ;

      }
      the last part block.Item2.h is correct?

    2. @HackdBytes What kind of c# project is this? I mean if I were to create a new project in VS > New > Project > ?????. Thanks.

    3. I don't speak English well, but your explanation was great, I managed to understand it thanks to you, thank you very much.

    Leave A Reply
    Share via