> For the complete documentation index, see [llms.txt](https://shentu-chain.gitbook.io/shentu-chain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shentu-chain.gitbook.io/shentu-chain/validators/creating-a-cli-wallet.md).

# Creating a CLI wallet

How to create a wallet with shentud

### Pre-requisites

Make sure shentud is running and is on the same blockheight as the chain.\
You can check step 1-8 at [Setting up a validator](/shentu-chain/validators/setting-up-a-validator.md)

### Creating the wallet

You can easily create a CLI wallet following these steps.

You can see the options here:

```
shentud keys help
```

You can create the wallet through shentud now:

```
shentud keys add <your-wallet-name>
```
