# EVM Dev Mode & Keys

Go to [dev-mode](https://gitbook.humanode.io/docs/node/cli/dev-mode "mention") to run the node in dev mode with prefunded evm accounts.

To inspect evm accounts used in dev mode use the command below:

```
humanode-peer evm inspect-account --dev --account-index <ACCOUNT_INDEX>
```

where `<ACCOUNT_INDEX>` is the account index used in the derivation path.

As an example,

```
humanode-peer evm inspect-account --dev --account-index 1
Address:      0x3cd0a705a2dc65e5b1e1205896baa2be8a07c6e0
Mnemonic:     bottom drive obey lake curtain smoke basket hold race lonely fit walk
Private Key:  0x8075991ce870b93a8870eca0c0f91913d12f47948ca0fd25b49c6fa7cdbeee8b
```

{% hint style="info" %}
By default, currently dev mode contains two prefunded evm accounts with `0` and `1` account indexes.
{% endhint %}

Run `humanode-peer evm inspect-account --help` to get more details.
