clean up generate address doc
This commit is contained in:
parent
5cde2bfe31
commit
0a1594a630
|
@ -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."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue