chore: Add logo to README (#42)
This commit is contained in:
parent
573db4ae9e
commit
e41a99883c
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -1,6 +1,13 @@
|
|||
# Pallas
|
||||
|
||||
Rust-native building blocks for the Cardano blockchain ecosystem.
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-dark.svg?sanitize=true#gh-dark-mode-only" alt="Pallas Logo" width="500">
|
||||
<img src="https://raw.githubusercontent.com/txpipe/pallas/master/assets/logo-light.svg?sanitize=true#gh-light-mode-only" alt="Pallas Logo" width="500">
|
||||
<hr />
|
||||
<h3 align="center" style="border-bottom: none">Rust-native building blocks for the Cardano blockchain ecosystem</h3>
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/txpipe/pallas" />
|
||||
<img alt="Crates.io" src="https://img.shields.io/crates/v/pallas" />
|
||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/txpipe/pallas/Validate" />
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue