-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local changes needed to run lobster-contribute.sh #8
Comments
what is these old counter, new counter old votes? |
Use the cli to query the utxos at the script address:
The output should look like:
The utxo used for this vote is the one that has a really long entry in the table. Right now, it has the TxHash From that entry, we can get the values:
|
Hi, I'm documenting two local changes I made in order to run the
lobster-contribute.sh
script. Hopefully this helps others! I'm using a Mac, so I'm not sure if other environments would have had similar issues.Full script signature (run from
scripts
folder):Changes needed:
Ensure that the
CARDANO_NODE_SOCKET_PATH
is correct in the script files. Two options:export CARDANO_NODE_SOCKET_PATH
line in shell scripts, since it's likely already set in .bashrc or .zshrc.CARDANO_NODE_SOCKET_PATH
to the correct location for yournode.socket
file.lobster-contribute.sh
,lobster-deploy.sh
,lobster-mint-nft.sh
,mainnet-query-protocol-parameters.sh
, andmainnet-utxo-at.sh
Ensure you can run
cardano-cli
.cardano-cli
is available in the scripts. I just removed./
in front oncardano-cli
in the following scripts (assumingcardano-cli
is already available in your$PATH
):lobster-contribute.sh
,lobster-deploy.sh
,lobster-mint-nft.sh
,mainnet-query-protocol-parameters.sh
,mainnet-script-address.sh
,mainnet-utxo-at.sh
, andpolicyId.sh
The text was updated successfully, but these errors were encountered: