IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.57k stars 479 forks source link

Remove "Exporting scripts, datums and redeemers" from user guide #6486

Closed zliu41 closed 2 months ago

zliu41 commented 2 months ago

This is redundant given we now have blueprints.

Also moved the blueprint page from "Using Plutus Tx" to "Working with scripts", since it is not a language feature, but something specific to scripts.

Unisay commented 2 months ago

@zliu41 Did I understand correctly that we want to discourage exporting scripts without producing a blueprint?

zliu41 commented 2 months ago

Did I understand correctly that we want to discourage exporting scripts without producing a blueprint?

No but for the purpose of avoiding accidental hash change, the best thing to do is to generate a blueprint.

One may still want tol export scripts to a .uplc file for purposes such as debugging. This can be mentioned in the doc on the plutus executable.