Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-

#### 2025 Budget Scripts

- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh)
- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh)
- Runs correctness and validity checks for budget treasury withdrawal CIP108 metadata.
- Uses a combination of the other scripts
- [budget-metadata-create.sh](./scripts/budget-metadata-create.sh)
- Creates Intersect budget metadata file from a `.docx`
- This expects certain structure within the `.docx`

#### Governance Action Scripts

Expand All @@ -28,8 +31,6 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-

#### Governance (CIP-100+) Metadata Scripts

- [metadata-create.sh](./scripts/metadata-create.sh)
- Creates Intersect budget metadata file from a `.docx`
- [metadata-validate.sh](./scripts/metadata-validate.sh)
- Compares governance metadata against the established schema(s)
- Applies a spell check to CIP108 metadata fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Exit immediately if a command exits with a non-zero status,
# treat unset variables as an error, and fail if any command in a pipeline fails
set -euo pipefail
# set -euo pipefail

# Colors
#BLACK='\033[0;30m'
Expand Down