diff --git a/README.md b/README.md index ca2bced..89e2aa1 100644 --- a/README.md +++ b/README.md @@ -351,9 +351,29 @@ the private signing key, the verification key, and the wallet address on the preprod testnet. You can claim some **preprod** lovelaces using the [faucet](https://docs.cardano.org/cardano-testnet/tools/faucet/). +Read the cbor hex for the private signing key using the following command: + +```shell +cat bot.skey | jq -r '.cborHex' +``` + +This is the value assigned to `PAYMENT_SIGNING_KEY_CBOR_HEX` when running the SOR via Docker. + It's **recommended** to create and setup a `collateral`. A UTxO with 5 ADAs will do the work. But as we mentioned the `collateral` config field is optional. +Use the following command to find and select the UTXO to be used for collateral: + +```shell +cardano-cli query utxo --address $(cat bot.preprod.addr) --mainnet +``` + +(For running in preprod, replace `--mainnet` with `--testnet-magic 1`) + +Assign the selected UTXO (hash + index) to `COLLATERAL_UTXO_REF` when running the SOR via Docker. + +Alternatively, the UTXO information can also be obtained from a block explorer service such as https://cexplorer.io/ + #### Deployed Contract The SOR has the ability to use reference scripts on the filling transactions to