Expand description
§Chia Wallet SDK
This is a library for building applications that need to interact with coins on the Chia blockchain, including wallets and dApps (decentralized apps). However, it is not a prebuilt wallet. If you are looking for that, you can use Sage Wallet, which is a light wallet built using the Wallet SDK that provides an RPC interface.
§Getting Started
To learn more about developing applications on Chia, I’d recommend reading xch.dev.
There are also Rust docs will get you going with the crate, and assume you are already familiar with Rust and Chia’s coin set model.
§Credits
Special thanks to:
- SumSet Tech, LLC for sponsoring the initial development of the Wallet SDK
- Solomons Lot for sponsoring the WASM bindings
- FireAcademy.io
- All of the open source contributors who have helped it get this far
Re-exports§
pub use chia_sdk_client as client;pub use chia_sdk_coinset as coinset;pub use chia_sdk_driver as driver;pub use chia_sdk_signer as signer;pub use chia_sdk_test as test;pub use chia_sdk_types as types;pub use chia_sdk_utils as utils;pub use chia;pub use chia_puzzles as puzzles;pub use clvmr;