Web3j
Web3j is a lightweight, modular, and open-source Java library designed for EVM blockchains. Since Linea is EVM-equivalent, it is completely compatible with Web3j.
Web3j supports Linea-specific RPC methods:
linea_estimateGas
can be called usinglineaEstimateGas()
linea_getProof
can be called usinglineaGetProof()
linea_getTransactionExclusionStatusV1
can be called usinglineaGetTransactionExclusionStatusV1()
.
To get started, visit the documentation, or read more about using the Linea-specific RPC methods.
Want to be featured here?
Have you built a tool for Linea? Contribute to the docs to add it here! See our guide to contributing.