Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,7 @@ assets may still be [slashed][slashing].
### Public Key to Address {#from-public-key}

`account from-public-key <public_key>` converts the Base64-encoded public key
to the [Oasis native address][address].

[address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address
to the [Oasis native address].

![code shell](../examples/account/from-public-key.in)

Expand All @@ -475,6 +473,8 @@ signer's staking address on the network.

:::

[Oasis native address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address

### Non-Interactive Mode {#y}

Add `-y` flag to any operation, if you want to use Oasis CLI in
Expand Down
2 changes: 1 addition & 1 deletion docs/rofl.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ chapter for details.

:::

[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/prerequisites.md
[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/workflow/prerequisites.md
[npa]: ./account.md#npa

## Secrets management {#secret}
Expand Down
2 changes: 1 addition & 1 deletion docs/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mapping**.

## Create an Account {#create}

The `wallet create <name>` command is used add a new account into your Oasis
The `wallet create [<name>]` command is used add a new account into your Oasis
CLI wallet by:

- generating a new mnemonic and storing it into a file-based wallet, or
Expand Down
Loading