Humanode Docs
  • Quick Start
  • Overview
  • Concepts
    • Bioauth
    • Smart Contracts
    • Node
    • Validator
  • Chains
  • Help & Support
    • Troubleshooting
    • FAQ
    • Discord
  • Node
    • About
    • System Requirements
    • Setup
    • CLI
      • Dev Mode
    • JSON-RPC
    • Tools & Services
  • Humanode Launcher
    • About
    • Launcher Installation
    • Workspace Creation
      • Remote
      • Local
        • Linux / macOS
        • Windows
    • Node Installation
    • Node Configuration
    • Running the node
    • Stopping the node
  • Humanode Distribution
    • About
    • Preparation
    • Node Installation
      • Manual Installation
    • Running the node
  • Validators
    • About
    • Becoming a validator
    • Checking validator status
  • Tools & Services
    • Polkadot.js apps
    • Polkadot.js extension
      • Wallet Setup
    • EVM Playground
    • Subscan
    • Exchanges
    • Oracles
    • Testnet Faucets
    • Substrate API Sidecar
    • Humanode Truffle Box
    • Humanode Token Claim
  • Bioauth
    • About Bioauth
    • Enrolling
    • Authenticating
    • Robonode
  • EVM & Solidity Smart Contracts
    • EVM Compatibility
    • Precompiles
    • Architecture
    • HMND/eHMND swap
    • EVM Dev Mode & Keys
    • Sample contract: ERC20 token
    • EVM Playground
    • Humanode Truffle Box
Powered by GitBook
On this page
  1. EVM & Solidity Smart Contracts

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:

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

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.

PreviousHMND/eHMND swapNextSample contract: ERC20 token

Last updated 1 year ago