clean up generate address doc

This commit is contained in:
Anton Livaja 2025-02-13 23:53:50 -05:00
parent 5cde2bfe31
commit 0a1594a630
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@
1. Generate a new address: 1. Generate a new address:
* `icepick workflow sol generate-address --account $account_id | jq -r .pubkey > $account_id.txt` * `icepick workflow sol generate-address --account $account_id | jq -r .pubkey > $account_id.txt`
* [38 removes need to use jq](https://git.distrust.co/public/icepick/issues/38)
1. Sign the file using: 1. Sign the file using:
@ -149,6 +150,7 @@
* `export ICEPICK_CONFIG_FILE=<path_to_icepick_repositry>/icepick.toml` * `export ICEPICK_CONFIG_FILE=<path_to_icepick_repositry>/icepick.toml`
* `icepick workflow sol generate-nonce-account --cluster <cluster> --authorization-address "$(cat $account_id.txt)" | jq -r .nonce_account > $account_id-na.txt` * `icepick workflow sol generate-nonce-account --cluster <cluster> --authorization-address "$(cat $account_id.txt)" | jq -r .nonce_account > $account_id-na.txt`
* [38 removes he need to use jq and cat](https://git.distrust.co/public/icepick/issues/38)
* Repeat command if returned message is "The transaction was possibly not received by the cluster." * Repeat command if returned message is "The transaction was possibly not received by the cluster."