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

https://github.com/sepppenner/blockchain

BlockChain is a simple block chain written in C#.
https://github.com/sepppenner/blockchain

block-chain blockchain blockchain-technology

Last synced: 29 days ago
JSON representation

BlockChain is a simple block chain written in C#.

Awesome Lists containing this project

README

        

BlockChain
====================================

BlockChain is a simple block chain written in C#.

[![Build status](https://ci.appveyor.com/api/projects/status/flwy7y8jjy8a62md?svg=true)](https://ci.appveyor.com/project/SeppPenner/blockchain)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/BlockChain.svg)](https://github.com/SeppPenner/BlockChain/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/BlockChain.svg)](https://github.com/SeppPenner/BlockChain/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/BlockChain.svg)](https://github.com/SeppPenner/BlockChain/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/BlockChain/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/BlockChain/badge.svg)](https://snyk.io/test/github/SeppPenner/BlockChain)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

# Starting up two nodes

```cmd
dotnet BlockChain.dll 6001 Test1
dotnet BlockChain.dll 6002 Test2
```

# Further links

* https://www.c-sharpcorner.com/article/blockchain-basics-building-a-blockchain-in-net-core/
* https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-proof-of-work/
* https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-transaction-and-reward/
* https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-p2p-network/

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/BlockChain/blob/master/Changelog.md).