generateWallet
Create Ethereum wallets for blockchain interactions, optionally saving private keys securely to the server's environment for future use. Simplifies wallet management within the MCP Ethers Wallet system.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
saveToEnv | No | Optional. If true, the private key will be saved to the server's environment variables for future use. Default is false. |