Skip to content

Latest commit

 

History

History

README.md

Scripts Overview

The scripts directory consists of the following directories:

lite

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.

shelley-from-scratch

Contains a script that creates all the necessary keys etc to create a shelley cluster from scratch.

plutus

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 guessinggame

will post several transactions validating against the simple guessing Game plutus contract.