EDUCHAIN Agent Kit

set_rpc_url

Configure a custom RPC URL for blockchain interactions within the EDUCHAIN Agent Kit, enabling tailored connectivity for queries and transactions.

Instructions

Set the RPC URL for blockchain interactions

Input Schema

NameRequiredDescriptionDefault
urlYesRPC URL to use for blockchain interactions

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "RPC URL to use for blockchain interactions", "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: fd54q7e2lz