add instructions for icepick env vars

This commit is contained in:
Anton Livaja 2025-02-11 15:05:20 -05:00
parent ade8be2e8e
commit d0d6572dfa
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 13 additions and 3 deletions

View File

@ -38,11 +38,21 @@
* Set the nonce address variable:
* nonce_address=$"(cat /media/vaults/<namespace>/<coin>/<account_id>-na.txt)"
* `nonce_address=$"(cat /media/vaults/<namespace>/<coin>/<account_id>-na.txt)"`
1. Run the command: `icepick workflow sol broadcast --nonce-address=$nonce_address`
1. Set `ICEPICK_DATA_DIR`:
* The nonce address is found on the Ceremony SD card
* Find your media using `lsblk`
* `export ICEPICK_DATA_DIR=<path_to_media>/external`
1. set `ICEPICK_CONFIG_FILE`
* `export ICEPICK_CONFIG_FILE=<path_to_icepick_repo>/icepick.toml`
1. Run the command: `icepick workflow sol broadcast --cluster <cluster> --nonce-address=$nonce_address`
* Available clusters are `devnet`, `testnet` and `mainnet-beta`
* Await completion message before removing Ceremony SD card