From b99f7d8dfb85ef9bf80046d06d706ca745f80015 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:54:17 -0800 Subject: [PATCH] Add some badges to readme Spice up the readme with some badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a402d8aa..2fedd04df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ clvm_tools_rs = +![GitHub](https://img.shields.io/github/license/Chia-Network/clvm_tools_rs?logo=Github) +[![Coverage Status](https://coveralls.io/repos/github/Chia-Network/clvm_tools_rs/badge.svg?branch=base)](https://coveralls.io/github/Chia-Network/clvm_tools_rs?branch=base) +![Build Crate](https://github.com/Chia-Network/clvm_tools_rs/actions/workflows/build-crate.yml/badge.svg) +![Build Wheels](https://github.com/Chia-Network/clvm_tools_rs/actions/workflows/build-test.yml/badge.svg) + +![PyPI](https://img.shields.io/pypi/v/clvm_tools_rs?logo=pypi) +[![Crates.io](https://img.shields.io/crates/v/chia.svg)](https://crates.io/crates/clvm_tools_rs) Theory of operation of the modern compiler: ./HOW_CHIALISP_IS_COMPILED.md -