Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 16-transaction-costs-determinism.mdx #608

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/03-learn/16-transaction-costs-determinism.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ Script validation failure or success does affect how a transaction is processed.
However, the _True_ or _False_ outcome, as well as ledger changes associated
with either outcome, are predictable for a given transaction.

You can also use the
[Plutus fee estimator](/cardano-testnets/tools/plutus-fee-estimator)
to predict script and transaction fees.
:::info

Further reading:

### Further reading:

- [About the collateral mechanism](https://docs.cardano.org/plutus/collateral-mechanism)
- [Cost model parameters for Plutus scripts](https://plutus-apps.readthedocs.io/en/latest/reference/cost-model-parameters.html)
- [No surprises transaction validation on Cardano: Part 1](https://iohk.io/en/blog/posts/2021/09/06/no-surprises-transaction-validation-on-cardano/)
- [No surprises transaction validation: Part 2 (about two phases of validation and collateral](https://iohk.io/en/blog/posts/2021/09/07/no-surprises-transaction-validation-part-2/)

:::


Loading