This commit is contained in:
David Terpay 2023-08-22 10:29:38 -04:00 committed by GitHub
parent 09f027d7ae
commit cd8ce95112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,17 @@
<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD041 -->
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#wip)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue?style=flat-square&logo=go)](https://godoc.org/github.com/skip-mev/block-sdk)
[![Go Report Card](https://goreportcard.com/badge/github.com/skip-mev/block-sdk?style=flat-square)](https://goreportcard.com/report/github.com/skip-mev/block-sdk)
[![Version](https://img.shields.io/github/tag/skip-mev/block-sdk.svg?style=flat-square)](https://github.com/skip-mev/block-sdk/releases/latest)
[![License: Apache-2.0](https://img.shields.io/github/license/skip-mev/block-sdk.svg?style=flat-square)](https://github.com/skip-mev/block-sdk/blob/main/LICENSE)
[![Lines Of Code](https://img.shields.io/tokei/lines/github/skip-mev/block-sdk?style=flat-square)](https://github.com/skip-mev/block-sdk)
<div align="center">
<a>
<img alt="Repo Status" src="https://www.repostatus.org/badges/latest/active.svg" />
</a>
<a>
<img alt="License" src="https://img.shields.io/github/license/skip-mev/block-sdk.svg?style=flat-square" />
</a>
<a>
<img alt="License" src="https://img.shields.io/badge/godoc-reference-blue?style=flat-square&logo=go" />
</a>
</div>
### 🤔 What is the Block SDK?