Skip to content

Commit

Permalink
Merge pull request #549 from Chia-Network/EL-readme-badges
Browse files Browse the repository at this point in the history
Add badges to readme
  • Loading branch information
emlowe authored Feb 13, 2025
2 parents 462d38b + 01d8b71 commit bf30717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Rust implementation of clvm.

![GitHub](https://img.shields.io/github/license/Chia-Network/clvm_rs?logo=Github)
[![Coverage Status](https://coveralls.io/repos/github/Chia-Network/clvm_rs/badge.svg?branch=main)](https://coveralls.io/github/Chia-Network/clvm_rs?branch=main)
![Build Crate](https://github.com/Chia-Network/clvm_rs/actions/workflows/build-crate.yml/badge.svg)
![Build Wheels](https://github.com/Chia-Network/clvm_rs/actions/workflows/build-test.yml/badge.svg)

![PyPI](https://img.shields.io/pypi/v/clvm_rs?logo=pypi)
[![Crates.io](https://img.shields.io/crates/v/clvmr.svg)](https://crates.io/crates/clvmr)

The cargo workspace includes an rlib crate, for use with rust or other applications, and a python wheel.

The python wheel is in `wheel`. The npm package is in `wasm`.
Expand Down

0 comments on commit bf30717

Please sign in to comment.