blockchain-wiki-en icon indicating copy to clipboard operation
blockchain-wiki-en copied to clipboard

A comprehensive Wiki from the smart contract devs for smart contract devs and more. It's gonna be helpful for devs and other team members to grasp complex topics quickly before tackling real-world tas...

Hey! We're the MetaLamp team 👋 Since 2014, we've been turning clients' ideas into finished products. Starting from 2020, we've been focusing on web3 projects and expanding our expertise, which we want to share with the community. 🚀

We already have an open-access educational program for frontend/backend developers and a web3 roadmap for non-developers. And of course, following the MetaLamp tradition, we're sharing our knowledge base on writing smart contracts for EVM-compatible blockchains. 💡

This knowledge base was born out of real-world project challenges. We've transferred our experience into a comprehensive Wiki that reflects the expertise of our entire team of Solidity smart contract developers. 📚

We'd love to hear your feedback, contributions to the roadmap, and any kind of partnership opportunities. Let's grow together! 🌱✨

Contact email: [email protected]

Join our TG-channel: MetaLamp|Web3 DevTeam

Blockchain wiki

Оглавление
  • Algorithms and data structures
  • Blockchains
    • Polygon zkEVM
    • Scroll
      • Protocol overview
      • Development Environment
    • zkSync
      • Protocol overview
      • Protocol architect
      • Era Virtual Machine (zkEVM)
      • Native Account Abstraction vs EIP-4337
      • Development Environment
  • Concepts
    • Auctions
    • Commitment scheme
    • DAO
      • Overview
      • OpenZeppelin governance
    • Digital Signatures on ethereum
    • keccak256
    • Meta transactions
    • NFT staking
    • Oracles
      • Overview
      • Uniswap TWAP vs oracle
    • Upgradeable contracts
      • Overview
      • Contract migration
      • Data separation
      • Proxy pattern
      • Strategy pattern
      • Diamond pattern
  • Cryptography
    • Zero-knowledge-proof
  • DeFi
    • DEX
      • Overview
      • AMM
      • Order book
      • Underwater rocks
      • DEXes review
    • DEX aggregators
    • Lending
      • Overview
      • Compound
      • Aave
      • Flash loans
    • Margin trading
    • Stablecoin
    • Vesting
  • Ethereum virtual machine
    • Intro
    • EVM Opcodes
    • Gas
      • Gas price
      • Gas used part 1: Overview
      • Gas used part 2: Storage gas calculation
  • EIPs
    • EIP-140: REVERT instruction
    • ERC-165: Standard Interface Detection
    • ERC-1363: Payable Token(transferAndCall)
    • ERC-4337: Account Abstraction Using Alt Mempool
    • ERC-4626: Tokenized Vaults
    • ERC-6372: Contract clock
  • Solidity
    • ABI
    • Bitwise operators
    • Event arguments indexing
    • Yul
  • Tools
    • Automation contracts
    • Brownie
    • Tenderly
    • The graph
    • Thirdweb