API Documentation
Full API reference documentation is auto-generated from Rust doc comments using cargo doc.
Browse the API Docs
Key Entry Points
| Crate | Description | Link |
|---|---|---|
| whisky | Main crate — re-exports all public APIs | docs |
| whisky-common | Shared types, traits, and utilities | docs |
| whisky-pallas | Pallas-based serializer | docs |
| whisky-csl | Legacy CSL-based serializer | docs |
| whisky-provider | Blockfrost and Maestro integrations | docs |
| whisky-wallet | Wallet signing and key management | docs |
| whisky-macros | Procedural macros for Plutus data | docs |
Building Docs Locally
# Generate API reference
npm run rust:doc
# Serve locally
npx http-server ./docs
The docs are also published automatically to GitHub Pages on every push to the deployment branch.