Skip to content

Commit

Permalink
docs: add reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jovijovi committed Dec 15, 2021
1 parent 7e82142 commit c8982e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Merkle Tree in Golang

[![GitHub Actions](https://github.com/jovijovi/merkletree/workflows/Go/badge.svg)](https://github.com/jovijovi/merkletree)
[![codecov](https://codecov.io/gh/jovijovi/merkletree/branch/main/graph/badge.svg)](https://codecov.io/gh/jovijovi/merkletree)
[![Go Report Card](https://goreportcard.com/badge/github.com/jovijovi/merkletree)](https://goreportcard.com/report/github.com/jovijovi/merkletree)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/jovijovi/merkletree)](https://pkg.go.dev/github.com/jovijovi/merkletree)

A Merkle Tree package written in Go.

This repo forked from [cbergoon/merkletree](https://github.com/cbergoon/merkletree) and refactored most of the code.
Expand Down

0 comments on commit c8982e7

Please sign in to comment.