Skip to content

Commit a63fed2

Browse files
committed
readme: add some badges
1 parent ae3487b commit a63fed2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# bitcoin-blockparser
22

3+
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dspicher/bitcoin-blockparser/rust.yml?branch=master&logo=github" height="20">](https://github.com/dspicher/bitcoin-blockparser/actions)
4+
[<img alt="build status" src="https://img.shields.io/codecov/c/gh/dspicher/bitcoin-blockparser?logo=codecov" height="20">](https://codecov.io/gh/dspicher/bitcoin-blockparser)
5+
[![dependency status](https://deps.rs/repo/github/dspicher/bitcoin-blockparser/status.svg)](https://deps.rs/repo/github/dspicher/bitcoin-blockparser)
6+
37
bitcoin-blockparser is a Bitcoin Blockchain Parser written in **Rust language**.
48

59
It allows extraction of various data types (blocks, transactions, scripts, public keys/hashes, balances, ...)

0 commit comments

Comments
 (0)