# Chik Wallet SDK
[](https://crates.io/crates/chik-wallet-sdk)
[](https://docs.rs/chik-wallet-sdk)
[](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[](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