Up-to-data version of plutus-scaffold. It's a fuller example utilizing ctl, see the overview in README. This project contains the build systems and scripts needed to scaffold a plutus project quickly.
Run with make generate-script-imports.
I don't like the hardcoded paths, but couldn't make it correct otherwise - might revisit.
Generated purescript module seems to be formatted correctly.
Wanted to parametrize wrt output path to later add CI check, checking if generated modules are up to date.
On side note - imho generating those is not that much of an improvement vs handwriting, but also it's not that hard to do and its an improvement nevertheless.
Run with
make generate-script-imports
. I don't like the hardcoded paths, but couldn't make it correct otherwise - might revisit. Generated purescript module seems to be formatted correctly. Wanted to parametrize wrt output path to later add CI check, checking if generated modules are up to date.On side note - imho generating those is not that much of an improvement vs handwriting, but also it's not that hard to do and its an improvement nevertheless.