Citrea
Citrea is a Layer 2 zkEVM, that uses Bitcoin as a settlement layer.
Using the dependable and efficient RPCs in Blast, developers can access Citrea and expand the capabilities of the Bitcoin blockspace.
info
All the examples in this section use an Ethereum endpoint. Make sure you replace it with your Citrea Signet endpoint when issuing the RPC calls:
- Citrea Signet: https://citrea-signet.blastapi.io/{project-id};
- eth_blockNumber
- eth_call
- eth_chainId
- eth_estimateGas
- eth_feeHistory
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getProof
- eth_getCode
- eth_getLogs
- eth_getStorageAt
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionByHash
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_sendRawTransaction
- eth_subscribe
- eth_unsubscribe
- net_version
- net_listening
- net_peerCount
- web3_clientVersion
- web3_sha3