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.
- Host: GitHub
- URL: https://github.com/tanbirhossain/blockchain-p2pnetwork
- Owner: tanbirhossain
- License: mit
- Created: 2019-04-03T06:49:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:03:17.000Z (over 3 years ago)
- Last Synced: 2025-12-27T01:52:37.288Z (7 months ago)
- Topics: blockchain, csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)