Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Dec 21, 2024
1 parent 18b9759 commit 46996c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,30 @@ Example of result:
```bash
Balance: 0.010000000 SOL (10000000 lamports)
```


## Get help for this Wallet

Get help for this Wallet.

```bash
cargo run -- --help
```

Example of result:

```bash
Usage: rust_solana_wallet [COMMAND]

Commands:
generate_seed Generates a new random mnemonic
recover_seed Generates a mnemonic from a specified phrase
send Send SOL to a specific address
pubkey Displays the public key from the keypair stored in file
balance_by_pubkey Displays the balance for the public key
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version
```

0 comments on commit 46996c4

Please sign in to comment.