Scripts for developing on cardano
There is an app in the flake for every script with a file name ending with .sh
in scripts/
directory.
You can view them using nix flake show github:input-output-hk/cardano-dev
.
The scripts can be run using nix run
e.g.:
# execute scripts/tag.sh script
nix run 'github:input-output-hk/cardano-dev#tag'