Skip to content

Commit e880c9a

Browse files
committed
feat: added new badge and description
1 parent 9ba7212 commit e880c9a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 🚀 go-subtree
2+
> A Go library for managing Subtree structures in Bitcoin SV, enabling efficient handling of transaction inputs and outputs.
23
34
<table>
45
<thead>
@@ -21,9 +22,9 @@
2122
<a href="https://github.com/bsv-blockchain/go-subtree/actions">
2223
<img src="https://github.com/bsv-blockchain/go-subtree/actions/workflows/codeql-analysis.yml/badge.svg?style=flat" alt="CodeQL">
2324
</a><br/>
24-
<a href="https://github.com/bsv-blockchain/go-subtree/commits/master">
25-
<img src="https://img.shields.io/github/last-commit/bsv-blockchain/go-subtree?style=flat&logo=clockify&logoColor=white" alt="Last commit">
26-
</a>
25+
<a href="https://sonarcloud.io/project/overview?id=bsv-blockchain_go-subtree">
26+
<img src="https://sonarcloud.io/api/project_badges/measure?project=bsv-blockchain_go-subtree&metric=alert_status&style-flat" alt="SonarCloud">
27+
</a>
2728
</td>
2829
<td valign="top" align="left">
2930
<a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-subtree">
@@ -60,6 +61,9 @@
6061
<a href="https://github.com/bsv-blockchain/go-subtree/graphs/contributors">
6162
<img src="https://img.shields.io/github/contributors/bsv-blockchain/go-subtree?style=flat&logo=contentful&logoColor=white" alt="Contributors">
6263
</a><br/>
64+
<a href="https://github.com/bsv-blockchain/go-subtree/commits/master">
65+
<img src="https://img.shields.io/github/last-commit/bsv-blockchain/go-subtree?style=flat&logo=clockify&logoColor=white" alt="Last commit">
66+
</a><br/>
6367
<a href="https://github.com/sponsors/bsv-blockchain">
6468
<img src="https://img.shields.io/badge/sponsor-BSV-181717.svg?logo=github&style=flat" alt="Sponsor">
6569
</a><br/>

0 commit comments

Comments
 (0)