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

https://github.com/thanhfphan/blockchain

A simple blockchain implementation using Snow consensus
https://github.com/thanhfphan/blockchain

avalanche blockchain consensus-algorithm snow

Last synced: 2 months ago
JSON representation

A simple blockchain implementation using Snow consensus

Awesome Lists containing this project

README

          

# Blockchain

A simple blockchain implementation using Snow consensus has been heavily influenced by [avalanchego](https://github.com/ava-labs/avalanchego). Implementation aims to be as similar to actual blockchain implementation.

> Note: This repository is only for educational purposes. Use as your own risk

## Getting started

** in progress **