Curated list of awesome lists
Pull requests are welcome! In the spirit of decentralized applications however, please ensure your submission is not a paywalled product.
Contents
-
Documentation
-
Programming
-
Tutorials
-
Code
-
Learning and MOOCs
-
Philosophy
-
Videos
-
Wallets
-
Blockchain Utilities
-
Protocols
-
Books
-
Misc
-
Official
Documentation
Official Ethereum Documentation.
-
GitHub Wiki - Ethereum wiki covering all things related to Ethereum. The go-to place for all things.
-
Whitepaper - Non-technical introductory description of Ethereum.
-
Yellowpaper - Technical description of Ethereum. Technically outdated, but interesting.
Programming
-
OpenZeppelin - Battle-tested framework of secure, reusable smart contracts.
-
Truffle Framework - Development environment for blockchain applications.
-
Ganache - Personal Ethereum blockchain to run tests.
-
Remix Online IDE - A useful in-browser IDE that can compile and publish smart contracts to various Ethereum networks. Includes a linter.
-
Embark Framework - Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms.
-
Eth Fiddle - Online editor for smart contracts.
-
Hardhat - Ethereum development environment for professionals.
Tutorials
Step by step guides on using Ethereum.
Code
Learning and MOOCs
Learn about the theory behind Ethereum.
Philosophy
The Ideas behind the Ethereum Project.
Videos
Wallets
-
MetaMask - Browser extension that can interact with Remix IDE and send transactions to different testnets.
-
MyEtherWallet - Online wallet service that interacts with the blockchain and performs several other useful functions.
-
Mist - Official Ethereum wallet - Browse and use Ðapps on the Ethereum network.
-
MyCrypto - Online wallet service that interacts with the blockchain and performs several other useful functions.
Blockchain Utilities
-
ETH Gas Station - A tool to check the current price of gas for transactions.
-
Etherscan - Ethereum block explorer with other useful block utilities.
-
Ethplorer - Ethereum block explorer.
-
Etherchain - Ethereum block explorer.
-
Enjinx - Ethereum block explorer, that also nicely visualizes assets and tokens.
-
Blockchair - Multi block explorer with nice charts.
Protocols
Descriptions and implementations of Ethereum-related protocols.
-
Swarm - Swarm is a distributed storage platform and content distribution service.
-
Whisper - A communication protocol for DApps to communicate with each other.
-
Casper - Proof of Stake Implementation.
- Casper CBC - Correct by Construction for full Proof-of-Stake.
- Casper FFG - Friendly Finality Gadget for PoS validation with Proof-of-Work.
-
PoS FAQs
-
FFG vs CBC Comparison - A Stack Exchange comparison of FFG and CBC.
-
Sharding - Partitioning computational resources so that nodes do not have to process the entire blockchain.
-
Web3.js - Ethereum's JavaScript API.
-
Ethash Proof of Work - Ethereum's Proof of Work Algorithm.
- zk-SNARKS - Verify knowledge of a secret without revealing it.
- Token Bonding Curves (TBC) - Mathematically sound price-supply relationship curves.
Books
Misc
Official
Contribute
Contributions welcome! Read the contribution guidelines first.
Inspired by Awesome Python and Awesome Machine Learning
License
To the extent possible under law, @ttumiel has waived all copyright and
related or neighboring rights to this work. For the full license see license.md
.