https://github.com/tyler-smith/go-avalanche
Implementation of the Avalanche consensus algorithm in Go
https://github.com/tyler-smith/go-avalanche
Last synced: 26 days ago
JSON representation
Implementation of the Avalanche consensus algorithm in Go
- Host: GitHub
- URL: https://github.com/tyler-smith/go-avalanche
- Owner: tyler-smith
- License: mit
- Created: 2018-12-11T07:43:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T01:21:25.000Z (over 6 years ago)
- Last Synced: 2024-11-04T18:45:23.695Z (6 months ago)
- Language: Go
- Homepage:
- Size: 2.78 MB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - tyler-smith/go-avalanche - Implementation of the Avalanche consensus algorithm in Go (Go)
README
# go-avalanche
[](https://travis-ci.org/tyler-smith/go-avalanche)
[](https://goreportcard.com/report/github.com/tyler-smith/go-avalanche)
[](http://godoc.org/github.com/tyler-smith/go-avalanche)***go-avalanche is a work in progress and not ready for use***
An implementation of the Avalanche consensus algorithm. It was originally transcribed from [Bitcoin ABC's](https://www.bitcoinabc.org/) C++ implementation.
The goal is to have a stable and well-tested library that can be used for expimentation, simulations, and creation of Avalanche-based consensus systems.
## Resources
[Avalanche paper (PDF)](https://ipfs.io/ipfs/QmUy4jh5mGNZvLkjies1RWM4YuvJh5o2FYopNPVYwrRVGV)