readme: centering tags (#6288)
This commit is contained in:
parent
7144ace6b3
commit
da7d27eef4
43
README.md
43
README.md
|
@ -3,19 +3,42 @@ parent:
|
||||||
order: false
|
order: false
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Cosmos SDK
|
<div align="center">
|
||||||
|
<h1> Cosmos SDK </h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
![banner](docs/cosmos-sdk-image.jpg)
|
![banner](docs/cosmos-sdk-image.jpg)
|
||||||
|
|
||||||
[![version](https://img.shields.io/github/tag/cosmos/cosmos-sdk.svg)](https://github.com/cosmos/cosmos-sdk/releases/latest)
|
<div align="center">
|
||||||
![Sims](https://github.com/cosmos/cosmos-sdk/workflows/Sims/badge.svg)
|
<a href="https://github.com/cosmos/cosmos-sdk/releases/latest">
|
||||||
[![codecov](https://codecov.io/gh/cosmos/cosmos-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/cosmos/cosmos-sdk)
|
<img alt="Version" src="https://img.shields.io/github/tag/cosmos/cosmos-sdk.svg" />
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/cosmos/cosmos-sdk)](https://goreportcard.com/report/github.com/cosmos/cosmos-sdk)
|
</a>
|
||||||
![Lint](https://github.com/cosmos/cosmos-sdk/workflows/Lint/badge.svg)
|
<a href="https://github.com/cosmos/cosmos-sdk/blob/master/LICENSE">
|
||||||
[![license](https://img.shields.io/github/license/cosmos/cosmos-sdk.svg)](https://github.com/cosmos/cosmos-sdk/blob/master/LICENSE)
|
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/cosmos/cosmos-sdk.svg" />
|
||||||
[![LoC](https://tokei.rs/b1/github/cosmos/cosmos-sdk)](https://github.com/cosmos/cosmos-sdk)
|
</a>
|
||||||
[![API Reference](https://godoc.org/github.com/cosmos/cosmos-sdk?status.svg)](https://godoc.org/github.com/cosmos/cosmos-sdk)
|
<a href="https://pkg.go.dev/github.com/cosmos/cosmos-sdk?tab=doc">
|
||||||
[![Discord chat](https://img.shields.io/discord/669268347736686612.svg)](https://discord.gg/AzefAFd)
|
<img alt="go doc" src="https://godoc.org/github.com/cosmos/cosmos-sdk?status.svg" />
|
||||||
|
</a>
|
||||||
|
<a href="https://goreportcard.com/report/github.com/cosmos/cosmos-sdk">
|
||||||
|
<img alt="go report card" src="https://goreportcard.com/badge/github.com/cosmos/cosmos-sdk" />
|
||||||
|
</a>
|
||||||
|
<a href="https://codecov.io/gh/cosmos/cosmos-sdk">
|
||||||
|
<img alt="Code Coverage" src="https://codecov.io/gh/cosmos/cosmos-sdk/branch/master/graph/badge.svg" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div align="center">
|
||||||
|
<a href="https://github.com/cosmos/cosmos-sdk">
|
||||||
|
<img alt="Lines Of Code" src="https://tokei.rs/b1/github/cosmos/cosmos-sdk" />
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.gg/AzefAFd">
|
||||||
|
<img alt="Discord" src="https://img.shields.io/discord/669268347736686612.svg" />
|
||||||
|
</a>
|
||||||
|
<img alt="Sims" src="https://github.com/cosmos/cosmos-sdk/workflows/Sims/badge.svg" />
|
||||||
|
<img alt="Lint Satus" src="https://github.com/cosmos/cosmos-sdk/workflows/Lint/badge.svg" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The Cosmos-SDK is a framework for building blockchain applications in Golang.
|
The Cosmos-SDK is a framework for building blockchain applications in Golang.
|
||||||
It is being used to build [`Gaia`](https://github.com/cosmos/gaia), the first implementation of the Cosmos Hub.
|
It is being used to build [`Gaia`](https://github.com/cosmos/gaia), the first implementation of the Cosmos Hub.
|
||||||
|
|
Loading…
Reference in New Issue