chore: Add logo to README (#42)

This commit is contained in:
Santiago Carmuega 2022-02-06 21:43:12 -03:00 committed by GitHub
parent 573db4ae9e
commit e41a99883c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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