Crate chik_wallet_sdk

Crate chik_wallet_sdk 

Source
Expand description

§Chik Wallet SDK

crate documentation minimum rustc 1.81.0 codecov

This is a library for building applications that need to interact with coins on the Chik blockchain, including wallets and dApps (decentralized apps). However, it is not a prebuilt wallet. If you are looking for that, you can use Saga 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 Chik, I’d recommend xch.dev.

There are also Rust docs 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 for sponsoring the initial development of the Wallet SDK
  • Solomons Lot for sponsoring the WASM bindings
  • All of the open source contributors who have helped it get this far

Re-exports§

pub use chik_sdk_client as client;
pub use chik_sdk_coinset as coinset;
pub use chik_sdk_driver as driver;
pub use chik_sdk_signer as signer;
pub use chik_sdk_test as test;
pub use chik_sdk_types as types;
pub use chik_sdk_utils as utils;

Modules§

prelude