starknet.dart
The goal of this SDK is to be able to interact with StarkNet smart contracts in a type-safe way.
š¬ telegram chat
Supported RPC methods for JSON RPC v0.3.0
Feature | State |
---|---|
Read | |
starknet_getBlockWithTxHashes | ā |
starknet_getBlockWithTxs | ā |
starknet_getStateUpdate | ā |
starknet_getStorageAt | ā |
starknet_getTransactionByHash | ā |
starknet_getTransactionByBlockIdAndIndex | ā |
starknet_getTransactionReceipt | ā |
starknet_getClass | ā |
starknet_getClassHashAt | ā |
starknet_getClassAt | ā |
starknet_getBlockTransactionCount | ā |
starknet_call | ā |
starknet_estimateFee | ā |
starknet_blockNumber | ā |
starknet_blockHashAndNumber | ā |
starknet_chainId | ā |
starknet_pendingTransactions | ā |
starknet_syncing | ā |
starknet_getEvents | ā |
starknet_getNonce | ā |
Write | |
starknet_addInvokeTransaction | ā |
starknet_addDeclareTransaction | ā |
starknet_addDeployAccountTransaction | ā |