whisky
Whisky is an open-source Cardano Rust SDK, containing the following modules:
whisky
- The core Rust crate supporting Cardano DApp development in Rust.whisky-common
- Serving universal types and utilities.whisky-csl
- The crate to implement mostcardano-serialization-lib
wrapperwhisky-js
- A point of output for the wasm package for@meshsdk/core-csl
.
With whisky, you can
Builder transaction with cardano-cli-like APIs, supporting serious DApps’ backend on the Rust codebase.
Handling transaction signing in Rust
Interacting with blockchain with provider services like
Maestro
andBlockfrost
Off-node evaluation on transaction execution units, and updating the transaction accordingly with TxPipe's
uplc
integrated.
Installation
Rust Library
JS / TS WASM Lib
Full API Documentation
Last updated