This repository has been archived by the owner on May 26, 2022. It is now read-only.
[German] Ethereum TOC
Joseph Cook edited this page May 24, 2022
·
9 revisions
Basics
- Home
- Ethereum Whitepaper
- Ethereum Introduction
- Uses: DAOs and dapps
- Getting Ether
- FAQs
- Design Rationale
- EVM intro: Ethereum Yellow Paper, Beige Paper and Py-EVM.
- Wiki for (old) website (still a good introduction)
- Glossary
R&D
- Sharding introduction & R&D Compendium, FAQs & roadmap
- Casper Proof-of-Stake compendium and FAQs.
- Alternative blockchains, randomness, economics, and other research topics
- Hard Problems of Cryptocurrency
- Governance
Ethereum Virtual Machine (EVM)
Ethereum clients, tools, wallets, dapp browsers and other projects
ÐApp Development
Infrastructure
- Chain Spec Format
- Inter-exchange Client Address Protocol
- URL Hint Protocol
- Network Status
- Mining
- Licensing
- Consortium Chain Development
Networking
Ethereum Technologies
- RLP Encoding
- Patricia Tree
- Web3 Secret Storage
- Light client protocol
- Subtleties
- Solidity Documentation
- NatSpec Format
- Contract ABI
- Bad Block Reporting
- Bad Chain Canary
Ethash/Dashimoto
Whisper
0x927c0E368722206312D243417dA9797424b56434
Clone this wiki locally
🛑 This wiki has now been deprecated. Please visit ethereum.org for up-to-date information on Ethereum. 🛑
Contents
Willkommen bei Ethereum, der nächsten Generation von elektronischen Verträgen und der Plattform für dezentrale Anwendungen.
RLP, die Recursive Linear Prefix - Spezifikation für Kodierung der Daten ation, used for data encoding bei Ethereum.
Patricia Tree, die Spezifikation des Merkle Patricia Baums (aka Trie), die Struktur zum Speichern und Hashen der Blockkette in Ethereum.
Wire protocol Spezifikation.
CLL, die Spezifikation der "C-ähnlichen Programmiersprache" für die Gestaltung von Verträgen.
Dagger, die "proof-of-work" Spezifikation Ethereums.