feat(applying): add support for preview / preprod networks (#422)

This commit is contained in:
Maico Leberle 2024-04-01 13:49:14 -03:00 committed by GitHub
parent 8b9300e3bb
commit f1fca9f445
9 changed files with 418 additions and 63 deletions

View file

@ -1,3 +1,7 @@
# Pallas Applying
Crate for performing transaction validation according to the Cardano protocol.
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.