Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1827 authored Jul 24, 2023
1 parent 19b05b8 commit 0549050
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,30 @@ Name:
Copyright 2022 Oasys | Blockchain for The Games All Rights Reserved.

Version:
1.0.0-alpha2
1.0.0

Usage:
oaspos [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
crypto:create-account Create a new account.
help Help about any command
staker:stake Stake tokens to validator.
staker:unstake Unstake tokens from validator.
validator:activate Change the validator status to active.
validator:claim-commissions Withdraw validator commissions.
validator:deactivate Change the validator status to disable.
validator:info Show validator information.
validator:join Join as a validator in the proof-of-stake.
validator:update-commission-rate Update validator commission rates.
validator:update-operator Update the block signing address.
completion Generate the autocompletion script for the specified shell
crypto:create-account Create a new account.
help Help about any command
staker:claim-rewards Withdraw staking rewards.
staker:claim-unstakes Withdraw unstaked tokens whose lock period has expired.
staker:show-balance Show token balance.
staker:show-rewards Show balance of staking rewards.
staker:show-stakes Show stake information.
staker:stake Stake tokens to validator.
staker:unstake Unstake tokens from validator.
validator:activate Change the validator status to active.
validator:claim-commissions Withdraw validator commissions.
validator:deactivate Change the validator status to disable.
validator:info Show validator information.
validator:info-all Show all validator information.
validator:info-slash List of the number of slashings occurred in each recent epoch
validator:join Join as a validator in the proof-of-stake.
validator:update-operator Update the block signing address.

Flags:
-h, --help help for oaspos
Expand All @@ -63,4 +69,4 @@ $ oaspos validator:[subcommand] --network testnet [flags]

# For custom
$ oaspos validator:[subcommand] --rpc https://example.com/ --chain-id 12345 [flags]
```
```

0 comments on commit 0549050

Please sign in to comment.