An open API service indexing awesome lists of open source software.

https://github.com/tanbirhossain/blockchain-p2pnetwork

Blockchain application and use a P2P protocol to communicate with each other.
https://github.com/tanbirhossain/blockchain-p2pnetwork

blockchain csharp dotnet-core

Last synced: 2 months ago
JSON representation

Blockchain application and use a P2P protocol to communicate with each other.

Awesome Lists containing this project

README

          

## What is a blockchain
A blockchain is a distributed ledger, similar to a database, but rather than being controlled by a central authority (i.e., a firm like Google, small company, or individual) the ledger is dispersed across multiple computers, which can be located all over the world and run by anyone with an Internet connection. At its core, a blockchain is a ledger through which data is added and updated in real-time via consensus of the different nodes running the software in the network.

However, once the data is added to the ledger, it cannot be removed or edited like with a database. This is a product of the overall design of blockchains.

## How to run the project
* Check if .NET Core sdk version 3.0 installed on your system, you can download it from [Here](https://dotnet.microsoft.com/download/dotnet-core/3.0)