This repository contains instructions and data for participating in SPO polls as proposed and defined in CIP-0094 and announced in this forum post.
Note
We will add to and improve this guidance and information in the first half of May as part of the PreProd test run.
Date | Network | Poll |
---|---|---|
May 2023 | PreProd | d8c1b1d871a27d74fbddfa16d28ce38288411a75c5d3561bb74066bcd54689e2 |
To run the poll governance subcommands, a version of cardano-cli with governance poll subcommand support is required. There are few options available to you:
-
Checkout and build input-output-hk/[email protected]
-
Checkout and build CardanoSolutions/cardano-node@release/1.35+cip-0094
-
Download pre-built binaries from CardanoSolutions/cardano-node@release/1.35+cip-0094, for a standard Linux system
Available polls are listed in the table above. Alternatively, you can use the getPoll.sh script to look for specific polls submitted on-chain.
Use the cardano-cli governance answer-poll
command to create an answer.
Build a transaction using the poll answer as metadata. You'll also need to indicate your pool id as an extra required signatory.
The transaction must be signed using your cold key.
Finally, submit the transaction to the network.
The steps above are explained in more detail in TUTORIAL.md.