Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Mar 27, 2024
1 parent 87ad1c0 commit aa44950
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<div align="center">
<h1> Pigeon </h1>
</div>

![Logo!](assets/paloma.png)

# Pigeon
<div align="center">
<a href="https://github.com/palomachain/pigeon/blob/master/LICENSE">
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/palomachain/pigeon.svg" />
</a>
<a href="https://pkg.go.dev/github.com/palomachain/pigeon">
<img src="https://pkg.go.dev/badge/github.com/palomachain/pigeon.svg" alt="Go Reference">
</a>
<a href="https://goreportcard.com/report/github.com/palomachain/pigeon">
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/palomachain/pigeon" />
</a>
<a href="https://github.com/palomachain/pigeon/blob/master/.github/workflows/ci-test.yml">
<img alt="Code Coverage" src="https://github.com/palomachain/pigeon/actions/workflows/ci-test.yml/badge.svg?branch=master" />
</a>
<a href="https://github.com/palomachain/pigeon/blob/master/.github/workflows/release.yml">
<img alt="Code Coverage" src="https://github.com/palomachain/pigeon/actions/workflows/release.yml/badge.svg?branch=master" />
</a>
</div>

> A Golang cross-chain message relayer system
> for Paloma validators to deliver messages to any blockchain.
Expand Down

0 comments on commit aa44950

Please sign in to comment.