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

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. 📦

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.