Crates.io | chia-wallet-sdk |
lib.rs | chia-wallet-sdk |
version | |
source | src |
created_at | 2024-01-17 05:33:09.841093+00 |
updated_at | 2025-03-30 01:28:38.612907+00 |
description | An unofficial SDK for building Chia wallets. |
homepage | https://github.com/Rigidity/chia-wallet-sdk |
repository | https://github.com/Rigidity/chia-wallet-sdk |
max_upload_size | |
id | 1102478 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
To learn more about developing applications on Chia, or the bindings provided for other languages, I'd recommend reading the Wallet SDK book.
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.
Special thanks to: