Skip to content

Commit

Permalink
Add shields and description to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jan 17, 2024
1 parent 26339fa commit 5eace07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Chia Wallet SDK

An unofficial SDK for developing wallet applications for the Chia blockchain.
[![crate](https://img.shields.io/crates/v/chia-wallet-sdk.svg)](https://crates.io/crates/chia-wallet-sdk)
[![documentation](https://docs.rs/chia-wallet-sdk/badge.svg)](https://docs.rs/chia-wallet-sdk)
[![minimum rustc 1.75](https://img.shields.io/badge/rustc-1.75+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)

This is an unofficial wallet SDK for the [Chia blockchain](https://chia.net), enabling the development of high-performance wallet applications built with Chia's [light wallet protocol](https://docs.chia.net/wallet-protocol).

0 comments on commit 5eace07

Please sign in to comment.