Ethereum development documentation
This documentation is designed to help you build with Ethereum. It covers Ethereum as a concept, explains the Ethereum tech stack, and documents advanced topics for more complex applications and use cases.
This is an open-source community effort, so feel free to suggest new topics, add new content, and provide examples wherever you think it might be helpful. All documentation can be edited via GitHub – if you're unsure how, follow these instructions.
Development modules
If this is your first attempt at Ethereum development, we recommend starting at the beginning and working your way through like a book.
Foundational topics
- Ethereum-നുള്ള ആമുഖം – A quick overview of Ethereum
 - Intro to Ether – A quick overview of Ether
 - ഡാപ്പ്സിനുള്ള ആമുഖം – An introduction to decentralized applications
 - Web2 vs Web3 – The fundamental differences that blockchain-based applications provide
 - അക്കൗണ്ടുകള് – Entities in the network that can hold a balance and send transactions
 - ഇടപാടുകൾ – Transfers and other actions that cause Ethereum's state to change
 - ബ്ലോക്കുകള് – The way transactions are batched to ensure state is synchronised across all actors
 - Ethereum വര്ച്വല് മെഷീന് (EVM) – The EVM handles all the computation on the Ethereum network
 - ഗ്യാസ് – Computational power required to process transactions, paid for in ETH by transaction senders
 - നോഡുകളും ക്ലയന്റുകളും – The individuals participating in the network and the software they run to verify transactions
 - നെറ്റ് വര്ക്കുകള് – Implementations of Ethereum including test networks
 - സമവായ സംവിധാനങ്ങൾ – How the individual nodes of a distributed network agree on the current state of the system
 
Ethereum stack
- സഞ്ചയത്തിനുള്ള ആമുഖം – An overview of the Ethereum/web3 stack
 - സ്മാര്ട്ട് കരാറുകള് – Programs that reside at an Ethereum address and run functions when triggered by transactions
 - വികസന ശൃംഖലകൾ – Local blockchain environments used to test dapps before deployment
 - വികസന ഫ്രയിംവര്ക്കുകള് – Tools that make developing with Ethereum easier
 - Ethereumന്റെ ക്ലയൻറ് API- കൾ – Convenience libraries that allow your web app to interact with Ethereum and smart contracts
 - ഡാറ്റയും അനലിറ്റിക്സും – How blockchain data is aggregated, organized and implemented into dapps
 - സംഭരണം – Decentralized storage structures and mechanism
 - സംയോജിത വികസന പരിതസ്ഥിതികൾ (IDE- കൾ) – The best environments to write dapp code
 - പ്രോഗ്രാമിംഗ് ഭാഷകള് – How to get started with Ethereum using languages you may already know
 
Advanced
- Bridges – An overview of bridging for developers
 - മാനദണ്ഡങ്ങൾ – Agreed upon protocols for maintaining efficiency and accessibility of projects to the community
 - Maximal extractable value (MEV) – How value is extracted from the Ethereum blockchain beyond the block reward
 - Oracles – How information is injected into the Ethereum blockchain
 - സ്കെയിലിംഗ് – Methods for preserving decentralization and security as Ethereum grows
 - Data availability – docs-nav-data-availability-description
 - Networking layer – Explanation of Ethereum's networking layer
 - Data structures and encoding – Explanation of the data structures and encoding schema used across the Ethereum stack