Glide Protocol
  • Welcome
  • Builders
    • Developers App
      • Tutorials
        • Compability
        • Deploying Contract
        • Hardhat Env
        • Oracle
      • Transaction
        • Smart Cost
        • Transaction Fee
        • Gas Station
        • Transaction Status
      • Bridge & Messaging
      • App Tools
    • Technical Network
      • L2 Specification
        • GIP: Origin
          • GRC-20
          • GRC-4337
        • Execution Engine
        • Rollup Specification
        • Derivation
      • Rollup Node
    • Node Operator
      • Page 1
      • Page 2
      • Page 3
  • Decentralized Apps
    • Zakat Data Transparency
    • Supply Chain Management
    • Decentralized File Storage
    • Carbon Credit Market
Powered by GitBook
On this page
  • Solidity Compatibility
  • EVM/Opcode Differences
  • Gas Differences

Was this helpful?

  1. Builders
  2. Developers App
  3. Tutorials

Compability

PreviousTutorialsNextDeploying Contract

Last updated 10 months ago

Was this helpful?

Solidity Compatibility

Glide is designed to be , which means Glide looks exactly like Ethereum in every way possible. Almost all Ethereum tooling works out of the box on Glide, including the smart contract language. However, there are a few minor differences between Glide and Ethereum that you should be aware of when building Solidity contracts.

EVM/Opcode Differences

Most smart contracts will work on Glide without any changes. Check out the Glide page for a detailed list of the few differences you should know about.

Gas Differences

OP Mainnet uses the same gas costs as Ethereum. However, OP Mainnet also charges an for the cost of publishing an L2 transaction to L1. This fee is charged based on the size of a transaction in bytes. As a result, smart contract optimization techniques can differ slightly on OP Mainnet. Refer to the for more information.

EVM equivalent
Solidity
Differences Between Ethereum and
L1 Data Fee
Contract Optimization guide