chik-wallet-sdk 0.25.0

An unofficial SDK for building Chik wallets.
Documentation
# Chik Wallet SDK

[![crate](https://img.shields.io/crates/v/chik-wallet-sdk.svg)](https://crates.io/crates/chik-wallet-sdk)
[![documentation](https://docs.rs/chik-wallet-sdk/badge.svg)](https://docs.rs/chik-wallet-sdk)
[![minimum rustc 1.81.0](https://img.shields.io/badge/rustc-1.81.0+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[![codecov](https://codecov.io/github/Rigidity/chik-wallet-sdk/graph/badge.svg?token=M2MPMFGCCA)](https://codecov.io/github/Rigidity/chik-wallet-sdk)

This is a library for building applications that need to interact with coins on the [Chik blockchain](https://chiknetwork.com), including wallets and dApps (decentralized apps). However, it is _not_ a prebuilt wallet. If you are looking for that, you can use [Saga Wallet](https://github.com/chik-network/saga), which is a light wallet built using the Wallet SDK that provides an RPC interface.

## Getting Started

To learn more about developing applications on Chik, I'd recommend [xch.dev](https://xch.dev).

There are also [Rust docs](https://docs.rs/chik-wallet-sdk/latest/chik_wallet_sdk) will get you going with the crate, and assume you are already familiar with Rust and Chik's coin set model.

## Credits

Special thanks to:

- [SumSet Tech, LLC]https://sumset.tech for sponsoring the initial development of the Wallet SDK
- [Solomons Lot]https://solslot.com for sponsoring the WASM bindings
- All of the open source contributors who have helped it get this far