EVM Dev Mode & Keys
This page describes basic approach to use humanode-peer in dev mode with prefunded evm dev accounts.
Go to Dev Mode to run the node in dev mode with prefunded evm accounts.
To inspect evm accounts used in dev mode use the command below:
where <ACCOUNT_INDEX>
is the account index used in the derivation path.
As an example,
By default, currently dev mode contains two prefunded evm accounts with 0
and 1
account indexes.
Run humanode-peer evm inspect-account --help
to get more details.
Last updated