R
R
RussianEarth2017-09-14 17:20:27
.NET
RussianEarth, 2017-09-14 17:20:27

How is blockchain implemented in C# without using third-party libraries?

Good afternoon!
I want to implement the blockchain algorithm in my application (not for monetary transactions). What standard objects are already provided for this in .NET? If there are no such objects in the standard libraries, then what RFCs and similar documents are there that describe the latest version of the algorithm?
Thanks in advance for detailed answers.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Silin, 2017-09-14
@byme

.Net has everything you need, but you don't know what blockchain is, it won't help you...

D
Dmitry Pavlov, 2018-03-01
@dmitry_pavlov

You need to create a system that writes to the blockchain distributed ledger (essentially an immutable distributed database). Ensure system distribution and data immutability. It will be a blockchain. I advise you to randomly watch a certain amount of introductory videos on the topic in order to understand how this is implemented - it will become clearer. You can watch everything in a row - after a certain threshold, understanding will come :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question