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#.
- Host: GitHub
- URL: https://github.com/sepppenner/blockchain
- Owner: SeppPenner
- License: mit
- Created: 2020-05-24T17:50:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T06:38:46.000Z (5 months ago)
- Last Synced: 2025-03-30T23:24:39.793Z (2 months ago)
- Topics: block-chain, blockchain, blockchain-technology
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
BlockChain
====================================BlockChain is a simple block chain written in C#.
[](https://ci.appveyor.com/project/SeppPenner/blockchain)
[](https://github.com/SeppPenner/BlockChain/issues)
[](https://github.com/SeppPenner/BlockChain/network)
[](https://github.com/SeppPenner/BlockChain/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/BlockChain/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/BlockChain)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](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).