This is the community-maintained wiki covering all sorts of information on the next-generation peer-to-peer technology platform build by ÐΞV including Ethereum, the generalised blockchain for smart contract development, and Whisper, the private low-level datagram communication platform.
Users signed in with GitHub can edit and add pages using the browser or locally.
The latest stable (i.e. the clients are interoperable) release is PoC7. See below for releases. You can browse the chain using the poc7 block explorer.
Currently in development, mainly the new p2p networking changes and peer selection.
To get the basic concepts of Ethereum read the ethereum whitepaper and the design rationale or for a more formal review the ethereum yellow paper. See the ethereum development tutorial for quick start to developing smart contracts.
Check the Glossary and our FAQ. There is a another wiki for information relevant to the C++ implementation.
Currently stable clients are available for PoC-7 (Proof of Concept VII):
- AlethZero, eth and neth (C++)
- Mist (Go)
- pyeth (Python)
Bleeding edge PoC-8 code can be cloned from the develop branch of their git repositories:
- https://github.com/ethereum/cpp-ethereum
- https://github.com/ethereum/go-ethereum
- https://github.com/ethereum/pyethereum
To see the state of the latest Ethereum builds, see the build server.