https://github.com/idouble/simple-blockchain-c-sharp
📘 This is a C# port from Python code 🐍 It uses SHA-256 as hash ⛓
https://github.com/idouble/simple-blockchain-c-sharp
blockchain crypto csharp hash sha256
Last synced: about 1 year ago
JSON representation
📘 This is a C# port from Python code 🐍 It uses SHA-256 as hash ⛓
- Host: GitHub
- URL: https://github.com/idouble/simple-blockchain-c-sharp
- Owner: IDouble
- License: mit
- Created: 2018-02-23T20:53:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T16:27:34.000Z (over 2 years ago)
- Last Synced: 2025-05-05T23:53:59.280Z (about 1 year ago)
- Topics: blockchain, crypto, csharp, hash, sha256
- Language: C#
- Homepage:
- Size: 792 KB
- Stars: 26
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ⛓ Simple-Blockchain ⛓
This is a C# port from ([Python code](https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248b)).
It uses **SHA-256** as **Hash**, I slightly modified the code from the tutorial to get a random string with the System.Security.Cryptography library.
## 🖥 What you can learn from the Code 🖥
- Simply how a **Blockchain** works
- What a **Hash** is, in the context of Blockchain Technologies
- How to use the **Blockchain** in applications 🖥
## 🖼 Example 🖼

