forc wallet
A forc plugin for generating or importing wallets using BIP39 phrases.
Usage: forc-wallet [OPTIONS] <COMMAND>
Commands:
new Create a new wallet from a random mnemonic phrase
import Import a wallet from the provided mnemonic phrase
accounts Lists all accounts derived for the wallet so far
account Derive a new account, sign with an existing account, or display an account's public or private key. See the `EXAMPLES` below
sign Sign some data (e.g. a transaction ID, a file, a string, or a hex-string) using either a wallet account or a private key
balance Present the sum of all account balances under a single wallet balance
help Print this message or the help of the given subcommand(s)