Building on Linea
Linea is EVM equivalent, so you can use your favorite development tools out of the box. In this quickstart, we'll walk through deploying and verifying your smart contracts on Linea using Hardhat and Foundry.
It's always best practice to work on a test network before deploying a contract to a live public blockchain network; that way you can make sure everything's working the way you mean it to, without spending "real" tokens.
Before you begin, ensure you've:
- Set up your wallet
- Funded your wallet with Linea ETH on either the testnet or mainnet
ποΈ Deploy Smart Contract
6 items
ποΈ Verify Smart Contract
3 items
ποΈ Bridge your funds
2 items
ποΈ Linea SDK
The Linea SDK package is comprised of two integral components: the SDK, which facilitates smart contract interaction, and the Postman, responsible for seamless message delivery. Together, these components enable smooth communication and empower you to effortlessly retrieve message status and information across the Ethereum and Linea networks.
ποΈ Run a Linea Node
Interested in running a Linea node yourself? Of course you are.
ποΈ JSON-RPC API
Linea uses the Ethereum JSON-RPC API