| description | Linea network documentation. |
|---|
import CardList from '@site/src/components/CardList'
Linea is a type 2 zero knowledge Ethereum Virtual Machine (zkEVM) that scales the experience of Ethereum.
Linea allows you to deploy any smart contract, use any tool, and develop as if you're building on Ethereum. For users, this enables the experience and security guarantees of Ethereum, but with lower transaction costs.
:::info see also
See the official Linea documentation for more information.
:::
<CardList items={[ { href: "quickstart", title: "Quickstart", description: "Learn how to quickly connect and make calls to the Linea network." }, { href: "json-rpc-methods", title: "JSON-RPC APIs", description: "View the APIs available for communicating with the Linea network." }, { href: "../../../developer-tools/dashboard/get-started/create-api/", title: "Create an API key", description: "Learn how to create an API key and secure and share it with your team." } ]} />