Pull requests are welcome! In the spirit of decentralized applications however, please ensure your submission is not a paywalled product.
Ethereum
Documentation
Ethereum wiki covering all things related to Ethereum. The go-to place for all things.
Non-technical introductory description of Ethereum.
Technical description of Ethereum. Technically outdated, but interesting.
Official Ethereum Documentation.
Programming
Battle-tested framework of secure, reusable smart contracts.
Development environment for blockchain applications.
Personal Ethereum blockchain to run tests.
A useful in-browser IDE that can compile and publish smart contracts to various Ethereum networks. Includes a linter.
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms.
Online editor for smart contracts.
Ethereum development environment for professionals.
Tutorials
Learn to Code Ethereum DApps By Building Your Own Game.
Build smart contracts on Ethereum using Truffle, testrpc and Solidity.
Smart contract tutorial with a focus on building up understanding before code.
10 part tutorial on how to write DApps.
Informal guide to starting developing DApps.
Full stack DApps using various frameworks.
Gitbook for building on Ethereum that goes deeper into understanding technical functionality.
Building smart contracts with Metamask and Remix IDE.
Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.
How to create smart contracts, deploy your own DApps, create tokens, and more — from beginner to intermediate topics.
Step by step guides on using Ethereum.
Code
Programming language of choice for smart contracts.
Experimental smart contract programming language intended to replace Solidity.
Experimental contract orientated language for Ethereum.
Learning and MOOCs
Question and answers about Ethereum.
Ethereum wiki on best practices for safety in smart contracts.
Functional description of Ethereum accounts, gas and transactions.
Practice hacking Smart Contracts.
Syllabus to learn Ethereum.
Cryptocurrency Security Course.
Stanford Bitcoin and Cryptocurrency Course.
Digital currency introductory MOOC.
Introduction to Bitcoin and blockchain technology MOOC.
Security related best practices for smart contracts.
Learn about the theory behind Ethereum.
Philosophy
Smart contract security attacks.
Some of the core philosophies of Ethereum.
Standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.
The Ideas behind the Ethereum Project.
Videos
Introductory explanation to the Ethereum platform.
Mostly older videos of Devcon 1 and before.
Most up to date events and streams including the Ethereum Devcon conferences and dev meetings.
Wallets
Browser extension that can interact with Remix IDE and send transactions to different testnets.
Online wallet service that interacts with the blockchain and performs several other useful functions.
Official Ethereum wallet - Browse and use Ðapps on the Ethereum network.
Online wallet service that interacts with the blockchain and performs several other useful functions.
Blockchain Utilities
A tool to check the current price of gas for transactions.
Ethereum block explorer with other useful block utilities.
Ethereum block explorer.
Ethereum block explorer.
Ethereum block explorer, that also nicely visualizes assets and tokens.
Multi block explorer with nice charts.
Protocols
Swarm is a distributed storage platform and content distribution service.
A communication protocol for DApps to communicate with each other.
Proof of Stake Implementation.
Partitioning computational resources so that nodes do not have to process the entire blockchain.
Ethereum's JavaScript API.
Ethereum's Proof of Work Algorithm.
Descriptions and implementations of Ethereum-related protocols.
- Casper CBC - Correct by Construction for full Proof-of-Stake.
- Code Repository - A python implementation of a class of correct-by-construction consensus protocols.
- CBC Wiki
- CBC Research Paper
- Casper FFG - Friendly Finality Gadget for PoS validation with Proof-of-Work.
- Code Repository - The FFG contract, related software and tests.
- Casper the Friendly Finality Gadget Paper - Research paper detailing FFG.
- PoS FAQs
- FFG vs CBC Comparison - A Stack Exchange comparison of FFG and CBC.
- zk-SNARKS - Verify knowledge of a secret without revealing it.
- Introduction to zk-SNARKS with examples - A practical overview of zk-SNARKS.
- A practical beginner's guide to creating, proving, and verifying zkSNARKs - Introduction to zk-SNARKS and implementation as a smart contract.
- zk-SNARKS: Under the Hood - Technical explanation of zk-SNARKS.
- zk-SNARKs in a nutshell - Technical explanation of zk-SNARKS.
- Practical zk-SNARKs for Ethereum - A short and practical introduction to using zk-SNARKs.
- Token Bonding Curves (TBC) - Mathematically sound price-supply relationship curves.
- Bonding Curves Explained - A thorough introduction to TBCs with code.
- Token Bonding Curves in Practice - Exploring a universal distribution of IP via non-fungible tokens and curation markets.
- Bonding Curve Playground - An interactive bonding curve webapp.
Books
A developers guide to the operation and use of Ethereum.
Learn Solidity development from concept to deployment.
Learn about Ethereum (and blockchains) from an IBM blockchain liason.
Misc
Ethereum subreddit.
A comprehensive list of the Decentralized Applications (DApps) on Ethereum.
A tool to check the current price of gas for transactions.
A summary of everything happening in Ethereum each week.
Meet up with the local Ethereum community via meetup.com.
Official
Contribute
Contributions welcome! Read the contribution guidelines first.
Inspired by Awesome Python and Awesome Machine Learning