Skip to Content
ReferenceCLIGenerate Funded Wallets

Generate Wallet

Generate a fresh wallet funded with native tokens (e.g. ETH on an Ethereum Stagenet) in one step.

You can use it to send transactions immediately — without manually generating keys then using the faucet.

Usage

With a contract.dev.js at your project root (see Setup):

contract.dev generate-wallet

This will log a new funded wallet:

Generated wallet Address: 0xAbC1234567890abcdef1234567890abcdef12345 Private key: 0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef Save the private key now — it is not stored. Funding wallet... Funded with 1,000,000 ETH.

The private key is only shown once. Copy it before closing the terminal.

Last updated on