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
Resources
🗃️ Deploy a smart contract
6 items
🗃️ Verify a smart contract
3 items
📄️ Fund your accounts
Get tokens in your accounts
🗃️ Bridge your funds
2 items
📄️ JSON-RPC API
Linea uses the Ethereum JSON-RPC API