File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- # !/opt/homebrew/bin/fish
2
- aiken build
1
+ #! /usr/bin/env bash
3
2
4
- aiken blueprint apply --validator " marlowe.execute" --out plutus.json 581c(cat plutus.json | jq -r ' .validators[1].hash' )
3
+ # Always execute from within the parent folder.
4
+ cd $( dirname -- " ${BASH_SOURCE[0]} " ) /..
5
5
6
- aiken blueprint convert --validator " marlowe.role_payout " > ../marlowe-plutus/marlowe-plutus/payout.plutus
6
+ aiken build --uplc
7
7
8
- aiken blueprint convert --validator " marlowe.execute" > ../marlowe-plutus/marlowe-plutus/semantics.plutus
8
+ aiken blueprint apply --validator " marlowe.execute" --out plutus.json " 581c$( cat plutus.json | jq -r ' .validators[1].hash' ) "
9
+
10
+ aiken blueprint convert --validator " marlowe.role_payout" > artifacts/marlowe.role_payout.plutus
11
+
12
+ aiken blueprint convert --validator " marlowe.execute" > artifacts/marlowe.execute.plutus
You can’t perform that action at this time.
0 commit comments