https://github.com/kafkaesc/birdblock
Birdblock is a basic JS implementation and explanation of a blockchain. 📦
https://github.com/kafkaesc/birdblock
Last synced: 12 days ago
JSON representation
Birdblock is a basic JS implementation and explanation of a blockchain. 📦
- Host: GitHub
- URL: https://github.com/kafkaesc/birdblock
- Owner: kafkaesc
- License: mit
- Created: 2022-04-04T02:12:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T18:03:18.000Z (about 3 years ago)
- Last Synced: 2025-02-17T14:44:53.320Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Birdblock
This project is a basic demonstration of a blockchain implementation in JavaScript. SHA256 is used for the block hashes, and the blockchain is designed to track blocks containing details about various birds.
Built by Jared Hettinger.