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 the block with transaction hashes.
Retrieve the block with transactions.
Retrieve the block with receipts.
Retrieve the state update for the latest block.
Retrieve the storage value at a specific address and position.
Retrieve the status of a transaction by its hash.
Retrieve the transaction details using its hash.
Retrieve the transaction details by block ID and index.
Retrieve the receipt for a transaction by its hash.
Retrieve the contract class by its address.
Retrieve the class hash at a specific address.
Retrieve the class details at a specific address.
Retrieve the number of transactions in a block.
Execute a call to a contract method without altering state.
Retrieve events for a specific contract.
Retrieve the nonce of an account.
Retrieve the number of the latest block.
Retrieve both the hash and number of the latest block.
Retrieve the chain ID of the network.
Check if the node is currently syncing.
Retrieve the current version of the Starknet specification.