From 05490500e9d25b8f0bc5cdef8fa45ee9a5e77ebc Mon Sep 17 00:00:00 2001 From: tak Date: Mon, 24 Jul 2023 17:51:42 +0900 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6fb97c5..33ffbea 100644 --- a/README.md +++ b/README.md @@ -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 @@ -63,4 +69,4 @@ $ oaspos validator:[subcommand] --network testnet [flags] # For custom $ oaspos validator:[subcommand] --rpc https://example.com/ --chain-id 12345 [flags] -``` \ No newline at end of file +```