The scripts directory consists of the following directories:
- benchmarking
- lite
- shelley-from-scratch
- plutus
Contains scripts that can start various clusters and intended to be as simple as possible. Note that using the shelley only era testnet clusters breaks compatibility with some cli commands.
Contains a script that creates all the necessary keys etc to create a shelley cluster from scratch.
Contains scripts to test submission of transactions containing (simple) Plutus scripts. Obviously, only works against a test cluster running in Alonzo era.
Example:
$ scripts/plutus/example-txin-locking-plutus-script.sh guessinggamewill post several transactions validating against the simple guessing Game plutus contract.