Ethereum Wallet (EVM)
Enables direct interaction with Ethereum and EVM-compatible blockchains for wallet creation, balance checking, transaction sending, and smart contract operations through ethers.js v5.
4 stars
0 tools
Created Aug 2025
@dcspark/dcspark-ethereum-wallet-evm-cryptowallet-evmAbout
Enables direct interaction with Ethereum and EVM-compatible blockchains for wallet creation, balance checking, transaction sending, and smart contract operations through ethers.js v5.
Categories
general
Installation
npm
npm install @dcspark/dcspark-ethereum-wallet-evm-cryptowallet-evm
Configuration
{
"mcpServers": {
"dcspark-ethereum-wallet-evm-cryptowallet-evm": {
"command": "npx",
"args": [
"-y",
"@dcspark/dcspark-ethereum-wallet-evm-cryptowallet-evm"
]
}
}
}