Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

API Documentation

Full API reference documentation is auto-generated from Rust doc comments using cargo doc.

Browse the API Docs

Open API Reference

Key Entry Points

CrateDescriptionLink
whiskyMain crate — re-exports all public APIsdocs
whisky-commonShared types, traits, and utilitiesdocs
whisky-pallasPallas-based serializerdocs
whisky-cslLegacy CSL-based serializerdocs
whisky-providerBlockfrost and Maestro integrationsdocs
whisky-walletWallet signing and key managementdocs
whisky-macrosProcedural macros for Plutus datadocs

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.