Answers to questions about Ethereum
Ethereum is an open source platform to build and distribute decentralized applications. It's scheduled for release in the winter of 2014/2015.
For a quick overview, see:
- Main site: https://www.ethereum.org
- Forums: https://forum.ethereum.org
- Github: https://github.com/ethereum
- Blog: https://blog.ethereum.org
- Wiki: http://wiki.ethereum.org
- Meetups: http://ethereum.meetup.com
- Whitepaper: http://ethereum.org/ethereum.html
- Yellow Paper: http://gavwood.com/paper.pdf
- Facebook: https://www.facebook.com/ethereumproject
- Youtube: http://www.youtube.com/ethereumproject
- Google+: http://google.com/+EthereumOrgOfficial
- IRC Freenode: #ethereum (http://bitly.com/IRC_ethereum for weblink)
- cpp-ethereum (@gavofyork, @programmerTim, @caktux)
- go-ethereum (@obscuren, @maran)
- pyethereum (@vbuterin, @heikoheiko, @chenhouwu)
- ethereumj (@romanman, @nicksavers)
- ethereumjs-lib (@ethers, @wanderer)
- Homebrew
- Guides
- Builds
- Building AlethZero (C++)
- Building Mist (Go)
- Installing Pyethereum (Python)
- Installing EthereumJ (Java)
- Installing Ethereumjs-lib (JavaScript for Browser and Node)
With AlethZero
- To process transactions
- Disable "Debug" > "Force Mining"
- Click "Mine"
- To force mine (Use sparingly, unless stress testing)
- Enable "Debug" > "Force Mining"
- Click "Mine"
With the eth client
# Only force mine to acquire ether or stress test
$ eth --force-mining --mining on [YOUR OPTIONS...]
- Articles
- Videos
- Specifications
- Examples
- Tutorials
- Videos
- Specifications
- Examples
- Videos
- Specifications
- Examples
- Videos
- Specifications
- Serpent
- LLL
- Mutan
- CLL
- Your first dapp, under one hour (@stephantual)
- Sub currency to rainbow coin (Ken Kappler)
- Writing Your Own Currency (@maran)
Official
- AlethZero GUI client (C++)
- Eth command-line client (C++)
- LLLC Compiler (C++)
- Ethereum command-line client (Go)
- Mist Browser (Go)
- Pyeth command-line client (Python)
- Serpent Compiler (Python)
Community
- C3D (@project-douglas)
- Emacs LLL Mode (@robmyers)
- Emacs Serpent Mode (@robmyers)
- EPM (@project-douglas)
- EPM Sublime Plugin (@project-douglas)
- Ethos Browser (@projectdnet)
- EVM-Sim (@EtherCasts)
- MintChalk (@mintchalk)
- Poly-Eth (@projectdnet)