Ethereum Wallet (EVM)

Ethereum Wallet (EVM)

dcspark

Provides tools to create, manage, and use Ethereum wallets for blockchain operations. Handles wallet creation, balance checking, transaction sending, and smart contract interactions on EVM-compatible networks.

8350 views10RemoteLocal (stdio)

What it does

  • Create wallets from private keys or mnemonic phrases
  • Check wallet balances and transaction history
  • Send transactions and interact with smart contracts
  • Sign messages and typed data
  • Encrypt and decrypt wallet files
  • Query blockchain data like gas prices and chain IDs

Best for

DeFi application developersBlockchain automation and scriptingCrypto wallet management toolsSmart contract testing and deployment
Supports all EVM-compatible blockchainsBuilt on ethers.js v5Full wallet lifecycle management

Tools (35)

wallet_provider_set

Set the provider URL. By default, the provider URL is set to the ETH mainnet or the URL set in the PROVIDER_URL environment variable.

wallet_create_random

Create a new wallet with a random private key

wallet_from_private_key

Create a wallet from a private key

wallet_create_mnemonic_phrase

Create a mnemonic phrase

wallet_from_mnemonic

Create a wallet from a mnemonic phrase

Alternatives