Facilitates interaction with Starknet blockchain via MCP by exposing various RPC methods, allowing users to query chain states, transaction details, and block information using natural language queries.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieve block information along with transaction hashes.
Retrieve block information along with transaction details.
Retrieve block information along with transaction receipts.
Get the state updates for a specific block.
Fetch the storage value at a specific address and key.
Check the status of a specific transaction.
Retrieve transaction details by its hash.
Get transaction details by block ID and index.
Fetch the receipt of a specific transaction.
Retrieve the class information of a specific contract.
Get the class hash at a specific address.
Fetch the class details at a specified address.
Get the number of transactions in a specific block.
Execute a call to a contract without altering the state.
Retrieve events for specific filters.
Get the nonce for a specific address.
Retrieve the current block number.
Get the current block's hash and number.
Retrieve the chain ID of the network.
Check if the node is currently syncing with the network.
Get the current version of the specification.