Skip to content

Commit a789056

Browse files
committed
docs(README): update project structure and badge alignment
1 parent 18a658a commit a789056

File tree

1 file changed

+92
-84
lines changed

1 file changed

+92
-84
lines changed

README.md

Lines changed: 92 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,99 @@
1-
# 🌿 go-subtree
2-
> A Go library for efficiently managing Bitcoin SV Subtree transaction structures
3-
4-
<table>
5-
<thead>
6-
<tr>
7-
<th>CI&nbsp;/&nbsp;CD</th>
8-
<th>Quality&nbsp;&amp;&nbsp;Security</th>
9-
<th>Docs&nbsp;&amp;&nbsp;Meta</th>
10-
<th>Community</th>
11-
</tr>
12-
</thead>
13-
<tbody>
14-
<tr>
15-
<td valign="top" align="left">
16-
<a href="https://github.com/bsv-blockchain/go-subtree/releases">
17-
<img src="https://img.shields.io/github/release-pre/bsv-blockchain/go-subtree?logo=github&style=flat" alt="Latest Release">
18-
</a><br/>
19-
<a href="https://github.com/bsv-blockchain/go-subtree/actions">
20-
<img src="https://img.shields.io/github/actions/workflow/status/bsv-blockchain/go-subtree/fortress.yml?branch=master&logo=github&style=flat" alt="Build Status">
21-
</a><br/>
22-
<a href="https://github.com/bsv-blockchain/go-subtree/actions">
23-
<img src="https://github.com/bsv-blockchain/go-subtree/actions/workflows/codeql-analysis.yml/badge.svg?style=flat" alt="CodeQL">
24-
</a><br/>
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>
28-
</td>
29-
<td valign="top" align="left">
30-
<a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-subtree">
31-
<img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-subtree?style=flat" alt="Go Report Card">
32-
</a><br/>
33-
<a href="https://codecov.io/gh/bsv-blockchain/go-subtree/tree/master">
34-
<img src="https://codecov.io/gh/bsv-blockchain/go-subtree/branch/master/graph/badge.svg?style=flat" alt="Code Coverage">
35-
</a><br/>
36-
<a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-subtree">
37-
<img src="https://api.scorecard.dev/projects/github.com/bsv-blockchain/go-subtree/badge?logo=springsecurity&logoColor=white" alt="OpenSSF Scorecard">
38-
</a><br/>
39-
<a href=".github/SECURITY.md">
40-
<img src="https://img.shields.io/badge/security-policy-blue?style=flat&logo=springsecurity&logoColor=white" alt="Security policy">
41-
</a>
42-
</td>
43-
<td valign="top" align="left">
44-
<a href="https://golang.org/">
45-
<img src="https://img.shields.io/github/go-mod/go-version/bsv-blockchain/go-subtree?style=flat" alt="Go version">
46-
</a><br/>
47-
<a href="https://pkg.go.dev/github.com/bsv-blockchain/go-subtree?tab=doc">
48-
<img src="https://pkg.go.dev/badge/github.com/bsv-blockchain/go-subtree.svg?style=flat" alt="Go docs">
49-
</a><br/>
50-
<a href=".github/AGENTS.md">
51-
<img src="https://img.shields.io/badge/AGENTS.md-found-40b814?style=flat&logo=openai" alt="AGENTS.md rules">
52-
</a><br/>
53-
<a href="https://magefile.org/">
54-
<img src="https://img.shields.io/badge/mage-powered-brightgreen?style=flat&logo=probot&logoColor=white" alt="Mage Powered">
55-
</a><br/>
56-
<a href=".github/dependabot.yml">
57-
<img src="https://img.shields.io/badge/dependencies-automatic-blue?logo=dependabot&style=flat" alt="Dependabot">
58-
</a>
59-
</td>
60-
<td valign="top" align="left">
61-
<a href="https://github.com/bsv-blockchain/go-subtree/graphs/contributors">
62-
<img src="https://img.shields.io/github/contributors/bsv-blockchain/go-subtree?style=flat&logo=contentful&logoColor=white" alt="Contributors">
63-
</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/>
67-
<a href="https://github.com/sponsors/bsv-blockchain">
68-
<img src="https://img.shields.io/badge/sponsor-BSV-181717.svg?logo=github&style=flat" alt="Sponsor">
69-
</a><br/>
70-
</td>
71-
</tr>
72-
</tbody>
73-
</table>
1+
<div align="center">
2+
3+
# 🌿&nbsp;&nbsp;go-subtree
4+
5+
**A Go library for efficiently managing Bitcoin SV Subtree transaction structures.**
6+
7+
<br/>
8+
9+
<a href="https://github.com/bsv-blockchain/go-subtree/releases"><img src="https://img.shields.io/github/release-pre/bsv-blockchain/go-subtree?include_prereleases&style=flat-square&logo=github&color=black" alt="Release"></a>
10+
<a href="https://golang.org/"><img src="https://img.shields.io/github/go-mod/go-version/bsv-blockchain/go-subtree?style=flat-square&logo=go&color=00ADD8" alt="Go Version"></a>
11+
<a href="https://github.com/bsv-blockchain/go-subtree/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-OpenBSV-blue?style=flat-square" alt="License"></a>
7412

7513
<br/>
7614

77-
## 🗂️ Table of Contents
78-
- [Overview](#-overview)
79-
- [Installation](#-installation)
80-
- [Documentation](#-documentation)
81-
- [Examples & Tests](#-examples--tests)
82-
- [Benchmarks](#-benchmarks)
83-
- [Code Standards](#️-code-standards)
84-
- [AI Compliance](#-ai-compliance)
85-
- [Maintainers](#-maintainers)
86-
- [Contributing](#-contributing)
87-
- [License](#-license)
15+
<table align="center" border="0">
16+
<tr>
17+
<td align="right">
18+
<code>CI / CD</code> &nbsp;&nbsp;
19+
</td>
20+
<td align="left">
21+
<a href="https://github.com/bsv-blockchain/go-subtree/actions"><img src="https://img.shields.io/github/actions/workflow/status/bsv-blockchain/go-subtree/fortress.yml?branch=master&label=build&logo=github&style=flat-square" alt="Build"></a>
22+
<a href="https://github.com/bsv-blockchain/go-subtree/actions"><img src="https://img.shields.io/github/last-commit/bsv-blockchain/go-subtree?style=flat-square&logo=git&logoColor=white&label=last%20update" alt="Last Commit"></a>
23+
</td>
24+
<td align="right">
25+
&nbsp;&nbsp;&nbsp;&nbsp; <code>Quality</code> &nbsp;&nbsp;
26+
</td>
27+
<td align="left">
28+
<a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-subtree"><img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-subtree?style=flat-square" alt="Go Report"></a>
29+
<a href="https://codecov.io/gh/bsv-blockchain/go-subtree"><img src="https://codecov.io/gh/bsv-blockchain/go-subtree/branch/master/graph/badge.svg?style=flat-square" alt="Coverage"></a>
30+
</td>
31+
</tr>
32+
33+
<tr>
34+
<td align="right">
35+
<code>Security</code> &nbsp;&nbsp;
36+
</td>
37+
<td align="left">
38+
<a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-subtree"><img src="https://api.scorecard.dev/projects/github.com/bsv-blockchain/go-subtree/badge?style=flat-square" alt="Scorecard"></a>
39+
<a href=".github/SECURITY.md"><img src="https://img.shields.io/badge/policy-active-success?style=flat-square&logo=security&logoColor=white" alt="Security"></a>
40+
</td>
41+
<td align="right">
42+
&nbsp;&nbsp;&nbsp;&nbsp; <code>Community</code> &nbsp;&nbsp;
43+
</td>
44+
<td align="left">
45+
<a href="https://github.com/bsv-blockchain/go-subtree/graphs/contributors"><img src="https://img.shields.io/github/contributors/bsv-blockchain/go-subtree?style=flat-square&color=orange" alt="Contributors"></a>
46+
<a href="https://github.com/sponsors/bsv-blockchain"><img src="https://img.shields.io/badge/sponsor-BSV-181717.svg?logo=github&style=flat-square" alt="Sponsor"></a>
47+
</td>
48+
</tr>
49+
</table>
50+
51+
</div>
52+
53+
<br/>
54+
<br/>
8855

56+
<div align="center">
57+
58+
### <code>Project Navigation</code>
59+
60+
</div>
61+
62+
<table align="center">
63+
<tr>
64+
<td align="center" width="33%">
65+
📦&nbsp;<a href="#-installation"><code>Installation</code></a>
66+
</td>
67+
<td align="center" width="33%">
68+
🧪&nbsp;<a href="#-examples--tests"><code>Examples&nbsp;&&nbsp;Tests</code></a>
69+
</td>
70+
<td align="center" width="33%">
71+
📚&nbsp;<a href="#-documentation"><code>Documentation</code></a>
72+
</td>
73+
</tr>
74+
<tr>
75+
<td align="center">
76+
🤝&nbsp;<a href="#-contributing"><code>Contributing</code></a>
77+
</td>
78+
<td align="center">
79+
🛠️&nbsp;<a href="#-code-standards"><code>Code&nbsp;Standards</code></a>
80+
</td>
81+
<td align="center">
82+
⚡&nbsp;<a href="#-benchmarks"><code>Benchmarks</code></a>
83+
</td>
84+
</tr>
85+
<tr>
86+
<td align="center">
87+
🤖&nbsp;<a href="#-ai-compliance"><code>AI&nbsp;Compliance</code></a>
88+
</td>
89+
<td align="center">
90+
⚖️&nbsp;<a href="#-license"><code>License</code></a>
91+
</td>
92+
<td align="center">
93+
👥&nbsp;<a href="#-maintainers"><code>Maintainers</code></a>
94+
</td>
95+
</tr>
96+
</table>
8997
<br/>
9098

9199
## 📖 Overview

0 commit comments

Comments
 (0)