starknet

Access Starknet JSON-RPC and Wallet API specifications for node interaction.

4|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hairyf/blockchain-skills --skill starknet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starknet
Source: https://github.com/hairyf/blockchain-skills/tree/main/skills/starknet
Command: npx skills add https://github.com/hairyf/blockchain-skills --skill starknet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive access to the Starknet JSON-RPC and Wallet API specifications, enabling seamless interaction with Starknet nodes and wallets.

Core Features & Use Cases

  • Node Interaction: Query blockchain state, submit transactions, and subscribe to real-time updates via the JSON-RPC API.
  • Wallet Integration: Facilitate dApp communication with user wallets for account management and transaction signing.
  • Use Case: Develop a dApp that allows users to connect their Starknet wallet, view their account balance, and sign a transaction to interact with a smart contract.

Quick Start

Use the starknet skill to get the latest block number from the Starknet network.

Frequently Asked Questions about starknet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interact with a Starknet node using JSON-RPC?

You can interact with a Starknet node using JSON-RPC by querying blockchain state, submitting transactions, and subscribing to real-time updates via the read, write, trace, and WebSocket APIs.

How do I connect a dApp to a Starknet wallet for transaction signing?

You can connect a dApp to a Starknet wallet for transaction signing by using the Wallet API to facilitate communication for account management and transaction authorization.

What APIs are needed to build a Starknet blockchain indexer?

To build a Starknet indexer, you need the Starknet JSON-RPC specification covering node read, write, trace, and WebSocket APIs, along with type definitions and versioning details.

Can I subscribe to real-time blockchain updates on the Starknet network?

Yes, you can subscribe to real-time blockchain updates on the Starknet network by utilizing the WebSocket API specification provided within the JSON-RPC interface.

Does the Starknet Wallet API support account management for dApps?

Yes, the Starknet Wallet API supports account management for dApps by providing a dedicated RPC interface to facilitate user communication, balance viewing, and transaction signing.