Skip to main content

Bash Scripts for Learning

Build testing scripts.

For PPBL 2023, we can use these scripts as Lesson resources. Additional documentation here is also welcome.

Usage:

git clone https://gitlab.com/gimbalabs/plutus-pbl-summer-2022/projects/gpte/gpte-plutus-v2
cd gpte-plutus-v2
git checkout `v1.1.0`
cd scripts

00-project-variables.sh

view source

  • This instance of GPTE is configured for PPBL2023 on Preproduction Testnet

01-query-gpte-contracts.sh

view source

03-issuer-intially-funds-treasury.sh

view source

04-issuer-updates-treasury-datum.sh

view source

05-issuer-removes-treasury-utxo.sh

view source

101-commit-to-project.sh - not implemented

todo: view source

102-distribute-escrow-utxo-with-inline-datum.sh - not implemented

todo: view source

getTxFunc.sh

Shout out to @lordbauer view source

someDatumAndRedeemerHelpers.sh - not implemented

todo: view source