Skip to content

Commit

Permalink
Add a few badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Aug 14, 2023
1 parent 11f9584 commit d6471d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# rustreexo - Utreexo in rust

![Build Status](https://github.com/mit-dci/rustreexo/actions/workflows/rust.yml/badge.svg)
![License](https://img.shields.io/crates/l/rustreexo)
![Version](https://img.shields.io/crates/v/rustreexo)
![Downloads](https://img.shields.io/crates/d/rustreexo)

Utreexo is a dynamic hash-based accumulator designed to be used as a set membership proof system and it is used in the Bitcoin network to compress the UTXO set. This is a pure-rust implementation of the accumulator, allowing proving and verifying set membership proofs.

Expand Down

0 comments on commit d6471d2

Please sign in to comment.