Skip to content

Commit

Permalink
Fix command name
Browse files Browse the repository at this point in the history
`smcli` -> `sm`
  • Loading branch information
lrettig authored Apr 6, 2023
1 parent 535a970 commit fadd93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ smcli allows you to read encrypted wallet files (including those created using S

### Reading

To read an encrypted wallet file, run `smcli wallet read <filename>`. You'll be prompted to enter the password used to encrypt the wallet file. If you enter the correct password, you'll see the contents of the wallet printed, including the accounts it contains.
To read an encrypted wallet file, run `sm wallet read <filename>`. You'll be prompted to enter the password used to encrypt the wallet file. If you enter the correct password, you'll see the contents of the wallet printed, including the accounts it contains.

### Generation

To generate a new wallet containing a random keypair, run `smcli wallet create`.
To generate a new wallet containing a random keypair, run `sm wallet create`.

**NOTE: We strongly recommend only creating a new wallet on a secure, airgapped computer. You are responsible for safely storing your wallet files. There is absolutely nothing that we can do to help you recover your wallet if you misplace the file.**

0 comments on commit fadd93a

Please sign in to comment.