https://github.com/alecgn/simpleblockchain
A very simple example of concepts of how blockchain works using toy code.
https://github.com/alecgn/simpleblockchain
Last synced: 2 months ago
JSON representation
A very simple example of concepts of how blockchain works using toy code.
- Host: GitHub
- URL: https://github.com/alecgn/simpleblockchain
- Owner: alecgn
- License: mit
- Created: 2021-08-11T12:27:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T15:14:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T07:15:53.074Z (4 months ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleBlockchain
A very simple example of concepts of how blockchain works using toy code.