Skip to content

Commit

Permalink
docs: feedback (#18)
Browse files Browse the repository at this point in the history
* docs: include use-wallet info in the parachain onboarding docs

* style: update connect-wallet.png to show all wallets
  • Loading branch information
AlexD10S authored Dec 18, 2024
1 parent 6ae8996 commit bc8bb98
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pop-cli-for-appchains/guides/launch-a-chain/coretime.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pop call chain --url <relay_endpoint>
◇ Enter the value for the parameter: para_id
│ 2000
◇ Do you want to use your browser wallet to sign the extrinsic? (Selecting 'No' will prompt you to manually enter the secret key URI for signing, e.g., '//Alice')
│ No
◇ Signer of the extrinsic:
<CHAIN MANAGER ACCOUNT>
...
Expand All @@ -37,6 +40,11 @@ pop call chain --url <relay_endpoint>
If the event `OnDemandOrderPlaced` is returned it means that your block will be validated and finalised!

> Note:
In the example above, you are prompted to provide a `<private-key>` to interact with the chain. However, this implies a potentially insecure way of handling private keys and should only be used for development accounts.
For production accounts and enhanced security, Pop CLI offers the `--use-wallet` option to securely sign transactions. Refer to the [Securely sign transactions from CLI guide](../securely-sign-transactions-from-cli.md) for detailed instructions.


## Resources

#### Learning Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ pop call chain --url ws://localhost:57731
◇ What would you like to do?
│ Reserve a parachain ID
◇ Do you want to use your browser wallet to sign the extrinsic? (Selecting 'No' will prompt you to manually enter the secret key URI for signing, e.g., '//Alice')
│ No
◇ Signer of the extrinsic:
<CHAIN MANAGER ACCOUNT>
Expand Down Expand Up @@ -319,6 +322,9 @@ Now we register the para ID with the generated genesis state (`para-2000-genesis
◇ The value for `validation_code` might be too large to enter. You may enter the path to a file instead.
│ para-2000.wasm
◇ Do you want to use your browser wallet to sign the extrinsic? (Selecting 'No' will prompt you to manually enter the secret key URI for signing, e.g., '//Alice')
│ No
◇ Signer of the extrinsic:
<CHAIN MANAGER ACCOUNT>
Expand All @@ -342,6 +348,10 @@ Your chain is now registered on Paseo and should produce a block!

In order to validate and get your block finalised by the Relay chain, see [here](./coretime.md) how to acquire core time.

> Note:
In the examples above, you are prompted to provide a `<private-key>` to interact with the chain. However, this implies a potentially insecure way of handling private keys and should only be used for development accounts.
For production accounts and enhanced security, Pop CLI offers the `--use-wallet` option to securely sign transactions. Refer to the [Securely sign transactions from CLI guide](../securely-sign-transactions-from-cli.md) for detailed instructions.

## Resources

#### Learning Resources
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc8bb98

Please sign in to comment.