pallas-validate 1.0.0-alpha.5

Utilities for validating transactions
Documentation
1
2
3
4
5
6
7
# Pallas Validate

Crate for performing transaction validation according to the Cardano protocol. Generally speaking, this crate is structured in multiple modules, each one handling a specific Cardano era. These eras are: Byron, ShelleyMA, Alonzo and Babbage.

Refer to *docs/<era>.md* to see the mathematical specifications regarding *<era>*.

Refer to *tests/README.md* for explanations regarding the test suite in any era.