Web3支持

ChainSQL支持的 Web3 Json-RPC 接口如下, 基本可以满足所有开发需求:

  • web3_clientVersion

  • web3_sha3

  • eth_chainId

  • net_version

  • net_peerCount

  • net_listening

  • eth_blockNumber

  • eth_getBlockByNumber

  • eth_getBlockByHash

  • eth_getBalance

  • eth_call

  • eth_estimateGas

  • eth_signTransaction

  • eth_sendTransaction

  • eth_sendRawTransaction

  • eth_getTransactionReceipt

  • eth_getTransactionByHash

  • eth_getTransactionCount

  • eth_gasPrice

  • eth_getCode

  • eth_mining

  • eth_accounts

  • eth_getStorageAt

  • eth_sign

  • eth_getBlockTransactionCountByHash

  • eth_getBlockTransactionCountByNumber

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionByBlockNumberAndIndex

  • eth_getLogs

  • eth_getFilterLogs

  • eth_getFilterChanges

  • eth_newFilter

  • eth_newBlockFilter

  • eth_newPendingTransactionFilter

  • eth_uninstallFilter