Skip to content
Merged
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
20 changes: 10 additions & 10 deletions content/tutorials/pactus-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,14 @@ To create, sign, and broadcast a
{{< os_tab >}}

```shell
./pactus-wallet tx transfer <FROM> <TO> <AMOUNT>
./pactus-wallet send transfer <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
{{< os_tab >}}

```shell
pactus-wallet.exe tx transfer <FROM> <TO> <AMOUNT>
pactus-wallet.exe send transfer <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
Expand All @@ -323,14 +323,14 @@ To create, sign, and broadcast a
{{< os_tab >}}

```shell
./pactus-wallet tx bond <FROM> <TO> <AMOUNT>
./pactus-wallet send bond <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
{{< os_tab >}}

```shell
pactus-wallet.exe tx bond <FROM> <TO> <AMOUNT>
pactus-wallet.exe send bond <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
Expand All @@ -346,14 +346,14 @@ you need to provide the public key to create it:
{{< os_tab >}}

```shell
./pactus-wallet tx bond --pub <PUBLIC_KEY> <FROM> <TO> <AMOUNT>
./pactus-wallet send bond --pub <PUBLIC_KEY> <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
{{< os_tab >}}

```shell
pactus-wallet.exe tx bond --pub <PUBLIC_KEY> <FROM> <TO> <AMOUNT>
pactus-wallet.exe send bond --pub <PUBLIC_KEY> <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
Expand All @@ -371,14 +371,14 @@ To create, sign, and broadcast a
{{< os_tab >}}

```shell
./pactus-wallet tx unbond <ADDRESS>
./pactus-wallet send unbond <ADDRESS>
```

{{< /os_tab >}}
{{< os_tab >}}

```shell
pactus-wallet.exe tx unbond <ADDRESS>
pactus-wallet.exe send unbond <ADDRESS>
```

{{< /os_tab >}}
Expand All @@ -395,14 +395,14 @@ To create, sign, and broadcast a
{{< os_tab >}}

```shell
./pactus-wallet tx withdraw <FROM> <TO> <AMOUNT>
./pactus-wallet send withdraw <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
{{< os_tab >}}

```shell
pactus-wallet.exe tx withdraw <FROM> <TO> <AMOUNT>
pactus-wallet.exe send withdraw <FROM> <TO> <AMOUNT>
```

{{< /os_tab >}}
Expand Down