Skip to content

Commit fd8598d

Browse files
mkaczanowskiwelldan97
authored andcommitted
add staking-cli demos to README
1 parent bc9a4a2 commit fd8598d

6 files changed

+18
-0
lines changed

packages/staking-cli/README.avalanche.md

+3
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@ https://testnet.avascan.info/blockchain/p/tx/TD2Qc6WHwnQ9fiaLBqr61KkiWUCkDKotA6G
103103
```
104104

105105
NOTE: In Avalanche, there is no undelegation concept. Instead, users stake tokens for a specific period, usually starting from 14 days.
106+
107+
## Demo
108+
[![asciicast](https://asciinema.org/a/F45uaKU8hfTt8q8RDfBeXMfXT.svg)](https://asciinema.org/a/F45uaKU8hfTt8q8RDfBeXMfXT)

packages/staking-cli/README.cosmos.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ As you can see, the message type is `MsgDelegate`, and the contents specify the
8585
Please be sure to always check the messages included in your transaction, the amount, addresses, and the fee (which should be minimal and cost no more than `1000000utia` = `1 TIA`).
8686

8787
- Any amount specified in the fee is distributed among the validators, therefore it is important to ensure the amount is acceptable.
88+
89+
### Demo
90+
[![asciicast](https://asciinema.org/a/UVLxguriRY7qrbfmaMMsccnxJ.svg)](https://asciinema.org/a/UVLxguriRY7qrbfmaMMsccnxJ)

packages/staking-cli/README.ethereum.md

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ chorus-one-staking ethereum tx burn 1 -c ./config.ethreum.json --broadcast
4141
```
4242

4343
Please note, the CLI is interactive. It will prompt you before signing a transaction and broadcasting it, giving you time to review its contents.
44+
45+
### Demo
46+
[![asciicast](https://asciinema.org/a/eMe1QeTwN2WvsQtDvHefkws72.svg)](https://asciinema.org/a/eMe1QeTwN2WvsQtDvHefkws72)

packages/staking-cli/README.near.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ chorus-one-staking near tx withdraw 1 -c ./config.near.json --broadcast
2929
```
3030

3131
Please note, the CLI is interactive. It will prompt you before signing a transaction and broadcasting it, giving you time to review its contents.
32+
33+
### Demo
34+
[![asciicast](https://asciinema.org/a/nHT85edPgKkx5CC4jtHSK5VaB.svg)](https://asciinema.org/a/nHT85edPgKkx5CC4jtHSK5VaB)

packages/staking-cli/README.polkadot.md

+3
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ chorus-one-staking substrate tx withdraw -c ./config.polkadot.json --broadcast
4949
```
5050

5151
Please note, the CLI is interactive. It will prompt you before signing a transaction and broadcasting it, giving you time to review its contents.
52+
53+
### Demo
54+
[![asciicast](https://asciinema.org/a/nnfeDMDjiIwQjYSCRfDJHyeff.svg)](https://asciinema.org/a/nnfeDMDjiIwQjYSCRfDJHyeff)

packages/staking-cli/README.ton.md

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ The nominator pool contract doesn't allow partial unstaking. It is only possible
3838
{% endhint %}
3939

4040
Please note, the CLI is interactive. It will prompt you before signing a transaction and broadcasting it, giving you time to review its contents.
41+
42+
### Ton
43+
[![asciicast](https://asciinema.org/a/EyCXCh6naN1MvMJH7TXjINPk7.svg)](https://asciinema.org/a/EyCXCh6naN1MvMJH7TXjINPk7)

0 commit comments

Comments
 (0)