Skip to content

AlicanC/tendermint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tendermint

A simple Tendermint implementation in Rust based on The latest gossip on BFT consensus and Tendermint Specifications.

The goal of this project is to practice Rust and to understand blockchain consensus. The implementation is not production-ready and is not intended for real-world use.

Components

This repository contains two major components:

  • Application: A simple application that implements ABCI++.

  • Node: A Tendermint node that implements Tendermint consensus.

About

A simple Tendermint implementation in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages