Haddock Documentation
Haddock is a tool for automatically generating documentation from annotated Haskell source code. The Haddock for the latest release of public libraries from the plutus repository is available here. You can also use the dropdown menu to view the Haddock for an older release or the master branch.
When writing validators with Plutus Tx, modules in the plutus-tx
package will be the most relevant.
If you're interested in learning about lower-level languages, check out the PlutusIR
, PlutusCore
and UntypedPlutusCore
modules.