Creates a [[Wallet Overview|wallet]] with or without a password.
`Command syntax:`
```actionscript
cellframe-node-tool wallet create <wallet name> <signature type> [<password>] [<signature type 2>[...<signature type N>]]
```
`Options:`
```actionscript
<wallet name> - the name of the wallet
<signature type> - type of a signature
[<password>] - wallet password (optional)
[<signature type 2>[...<signature type N>]] - additional signature types in case if you want to create a multi-signature protected wallet (optional)
```
`Available sugnatures:`
```ini
sig_dil
sig_falcon
sig_sphincs
sig_multi_chained - is a combination of all possible types
```
### Usage Example
`Command:`
```actionscript
cellframe-node-tool wallet create wallet_new sig_dil sig_multi_chained
```
`Response:`
```
Wallet wallet_new has been created.
```