EDUCHAIN Agent Kit

get_wallet_address_from_private_key

Generate a wallet address from a private key with checksum formatting for secure blockchain interactions using the EDUCHAIN Agent Kit MCP server.

Instructions

Get wallet address from private key with proper checksum formatting

Input Schema

NameRequiredDescriptionDefault
privateKeyYesPrivate key of the wallet

Input Schema (JSON Schema)

{ "properties": { "privateKey": { "description": "Private key of the wallet", "type": "string" } }, "required": [ "privateKey" ], "type": "object" }
ID: fd54q7e2lz