Τεκμηρίωση ανάπτυξης Ethereum
Αυτή η τεκμηρίωση έχει σχεδιαστεί για να σας βοηθήσει να δημιουργήσετε με το Ethereum. Καλύπτει το Ethereum ως έννοια, εξηγεί την τεχνολογική πλευρά του Ethereum και παρουσιάζει προηγμένα θέματα για πιο σύνθετες εφαρμογές και περιπτώσεις χρήσης.
Είναι μια προσπάθεια της κοινότητας ανοιχτού κώδικα, οπότε μη διστάσετε να προτείνετε νέα θέματα, να προσθέσετε νέο περιεχόμενο και να παρέχετε παραδείγματα όπου νομίζετε ότι μπορεί να είναι χρήσιμα. Όλη η τεκμηρίωση μπορεί να τροποποιηθεί μέσω του GitHub. Αν δεν είστε βέβαιοι πώς μπορείτε να συμμετέχετε, ακολουθήστε αυτές τις οδηγίες.
Πρόσθετα ανάπτυξης
Αν αυτή είναι η πρώτη σας προσπάθεια στην ανάπτυξη του Ethereum, σας συνιστούμε να ξεκινήσετε από την αρχή ακολουθώντας τα παρακάτω βήματα.
Βασικά θέματα
- Intro to Ethereum – A quick overview of Ethereum
- Intro to Ether – A quick overview of Ether
- Intro to dapps – An introduction to decentralized applications
- Web2 vs Web3 – The fundamental differences that blockchain-based applications provide
- Accounts – Entities in the network that can hold a balance and send transactions
- Transactions – Transfers and other actions that cause Ethereum's state to change
- Blocks – The way transactions are batched to ensure state is synchronised across all actors
- Ethereum virtual machine (EVM) – The EVM handles all the computation on the Ethereum network
- Gas – Computational power required to process transactions, paid for in ETH by transaction senders
- Nodes and clients – The individuals participating in the network and the software they run to verify transactions
- Networks – Implementations of Ethereum including test networks
- Consensus mechanisms – How the individual nodes of a distributed network agree on the current state of the system
Αποθήκευση κεφαλαίου Ethereum
- Intro to the stack – An overview of the Ethereum/web3 stack
- Smart contracts – Programs that reside at an Ethereum address and run functions when triggered by transactions
- Development networks – Local blockchain environments used to test dapps before deployment
- Development frameworks – Tools that make developing with Ethereum easier
- Ethereum client APIs – Convenience libraries that allow your web app to interact with Ethereum and smart contracts
- Data and analytics – How blockchain data is aggregated, organized and implemented into dapps
- Storage – Decentralized storage structures and mechanism
- Integrated Development Environments (IDEs) – The best environments to write dapp code
- Programming languages – How to get started with Ethereum using languages you may already know
Για προχωρημένους
- Bridges – An overview of bridging for developers
- Standards – 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
- Scaling – 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