Skill based on Starknet specs (starkware-libs/starknet-specs), generated from sources/starknet. Doc path: sources/starknet/ (README.md, starknet_vs_ethereum_node_apis.md, api/release.md, api/*.json, wallet-api/wallet_rpc.json).
Starknet specifications define the node JSON-RPC API (read, write, trace, WebSocket) and the Wallet RPC for dApp–wallet interaction. The node API mirrors Ethereum naming with a starknet_ prefix and uses field elements, block tags, and structured errors. Use this skill when implementing or calling Starknet RPC clients, indexers, or wallet integrations.
Core References
| Topic |
Description |
Reference |
| Overview and types |
Field elements, block tags, naming, result key |
core-overview-and-types |
| RPC method mapping |
Ethereum → Starknet method mapping and differences |
core-rpc-method-mapping |
Features
Node API
| Topic |
Description |
Reference |
| Node read API |
Blocks, transactions, state, call, events, chain info |
features-node-read-api |
| Node write API |
addInvokeTransaction, addDeclareTransaction, addDeployAccountTransaction |
features-node-write-api |
| WebSocket API |
Subscriptions (new heads, events, tx status, receipts, reorgs) |
features-websocket-api |
| Trace API |
traceTransaction, simulateTransactions, traceBlockTransactions |
features-trace-api |
| Executables API |
getCompiledCasm |
features-executables-api |
Wallet
| Topic |
Description |
Reference |
| Wallet API |
supportedSpecs, requestAccounts, permissions, signing |
features-wallet-api |
Best Practices
| Topic |
Description |
Reference |
| API versioning |
Draft / RC / Recommendation, semver, release process |
best-practices-api-versioning |
1---2name: starknet3description: Starknet JSON-RPC and Wallet API specifications—node read/write/trace/WS, wallet RPC, types, and versioning.4---56> Skill based on Starknet specs (starkware-libs/starknet-specs), generated from `sources/starknet`. Doc path: `sources/starknet/` (README.md, starknet_vs_ethereum_node_apis.md, api/release.md, api/*.json, wallet-api/wallet_rpc.json).78Starknet specifications define the node JSON-RPC API (read, write, trace, WebSocket) and the Wallet RPC for dApp–wallet interaction. The node API mirrors Ethereum naming with a `starknet_` prefix and uses field elements, block tags, and structured errors. Use this skill when implementing or calling Starknet RPC clients, indexers, or wallet integrations.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Overview and types | Field elements, block tags, naming, result key | [core-overview-and-types](references/core-overview-and-types.md) |15| RPC method mapping | Ethereum → Starknet method mapping and differences | [core-rpc-method-mapping](references/core-rpc-method-mapping.md) |1617## Features1819### Node API2021| Topic | Description | Reference |22|-------|-------------|-----------|23| Node read API | Blocks, transactions, state, call, events, chain info | [features-node-read-api](references/features-node-read-api.md) |24| Node write API | addInvokeTransaction, addDeclareTransaction, addDeployAccountTransaction | [features-node-write-api](references/features-node-write-api.md) |25| WebSocket API | Subscriptions (new heads, events, tx status, receipts, reorgs) | [features-websocket-api](references/features-websocket-api.md) |26| Trace API | traceTransaction, simulateTransactions, traceBlockTransactions | [features-trace-api](references/features-trace-api.md) |27| Executables API | getCompiledCasm | [features-executables-api](references/features-executables-api.md) |2829### Wallet3031| Topic | Description | Reference |32|-------|-------------|-----------|33| Wallet API | supportedSpecs, requestAccounts, permissions, signing | [features-wallet-api](references/features-wallet-api.md) |3435## Best Practices3637| Topic | Description | Reference |38|-------|-------------|-----------|39| API versioning | Draft / RC / Recommendation, semver, release process | [best-practices-api-versioning](references/best-practices-api-versioning.md) |