├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | ### Node template 2 | # Logs 3 | logs 4 | *.log 5 | npm-debug.log* 6 | 7 | # Runtime data 8 | pids 9 | *.pid 10 | *.seed 11 | 12 | # Directory for instrumented libs generated by jscoverage/JSCover 13 | lib-cov 14 | 15 | # Coverage directory used by tools like istanbul 16 | coverage 17 | 18 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 19 | .grunt 20 | 21 | # node-waf configuration 22 | .lock-wscript 23 | 24 | # Compiled binary addons (http://nodejs.org/api/addons.html) 25 | build/Release 26 | 27 | # Dependency directory 28 | # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git 29 | node_modules 30 | 31 | # Created by .ignore support plugin (hsz.mobi) 32 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-ethereum 2 | Awesome Ethereum & Dapps Resources 3 | ![Awesome Ethereum](https://drive.google.com/uc?export=download&id=1FtgCvjnQMoSl8LoQEdc3Q-5qGPaNhTJ- "Awesome Ethereum") 4 | 5 | ### To create a better knowledge space we now accept donations of ETH & other cryptocurrencies! 6 | ENS: beka.eth \ 7 | ETH 0x697b76602EADb510d2BFCDb29db0d2a517F00858 \ 8 | USDT: TTPV8jGDcoQUA2QqyQXfk1aZoGAFLXouPu (Network TRX - Tron TRC20) \ 9 | BTC: 15gvhb6DUTAeGGXVLpjv2fcgkMoUFUqe8f 10 | 11 | ### ฿ Currency is a social contract 12 | It’s essential to keep in mind that all currency is a social contract. Whether it’s 13 | gold, silver, or U.S. dollars, we assign value to something and agree to honor 14 | that belief so we can trade it amongst ourselves. Crypto works the same way. 15 | A coin has value because it’s a limited “resource,” and groups of people have 16 | decided that it has value. 17 | 18 | #### About Ethereum 19 | 20 | - [Ethereum](https://ethereum.org/) 21 | - [What is Ethereum ? ](https://www.youtube.com/watch?v=j23HnORQXvs) 22 | - [Github Wiki](https://github.com/ethereum/wiki/wiki) 23 | - [Wikipedia](https://en.wikipedia.org/wiki/Ethereum) 24 | - [Blog](https://blog.ethereum.org/) 25 | - [Reddit](https://www.reddit.com/r/ethereum/) 26 | - [Youtube](https://www.youtube.com/channel/UC6rYoXJ_3BbPyWx_GQDDRRQ) 27 | - [Twitter](https://twitter.com/ethereum) 28 | - [Facebook](https://www.facebook.com/ethereumproject) 29 | - [Forum](https://forum.ethereum.org/) 30 | - [Github / Source codes](https://github.com/ethereum) 31 | - [Read the full user guide](https://ethereum.gitbooks.io/frontier-guide/content/) 32 | - [Meetups](http://www.meetup.com/topics/ethereum/) 33 | - [IRC, Skype & Gitter channels ](https://forum.ethereum.org/discussion/1495/chat-with-the-ethereum-community-on-skype-irc-and-gitter) 34 | - [Ethstats](https://ethstats.net/) 35 | - [Ethereum Price](http://ethereumprice.org/) 36 | 37 | 38 | 39 | #### Market Information 40 | 41 | - [Ethereum on Blockmodo](https://blockmodo.com/quotes/ETH) 42 | - [Ethereum on CoinMarketCap](https://coinmarketcap.com/currencies/ethereum/) 43 | - [Ethereum Market Registry File](https://github.com/Blockmodo/coin_registry/blob/master/coins/ETH.registry.json) 44 | - [Ethereum on Coinsamba](https://coinsamba.com/pt/bestprice/ETH-USD) 45 | 46 | #### Videos 47 | 48 | - [BBC explains Ethereum](https://www.youtube.com/watch?v=0X33lgMbvdI) 49 | - [Devcon2 2016](https://www.youtube.com/playlist?list=PLaM7G4Llrb7xqzgOwbvNv63_KM7VH84Rd) 50 | - [Devcon1 2015](https://www.youtube.com/playlist?list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk) 51 | - [Devcon0 2014](https://www.youtube.com/watch?v=_BvvUlKDqp0&list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS) 52 | - [Ethereum Online Courses at Classpert](https://classpert.com/ethereum) 53 | - ["Developing Applications on Ethereum Blockchain" course](https://www.pluralsight.com/courses/blockchain-ethereum-developing-applications) 54 | 55 | 56 | #### Tools 57 | - [Ethereum Ecosystem](https://www.ethereum-ecosystem.com/) 58 | - [Etherscan: Blockchain Explorer](https://etherscan.io) 59 | - [Konkret Wallet: Browser Extension Wallet](https://codeberg.org/konkret/konkret-wallet) 60 | - [MyEtherWallet: Browser Based Wallet](https://www.myetherwallet.com/) 61 | - [MyCrypto: Browser Based Wallet](https://mycrypto.com/) 62 | - [DeBank: Browser Based DeFi Wallet and DeFi analytics](https://debank.com/) 63 | - [Cryptocurrency Alerting: Blockchain Monitoring & Alerts](https://cryptocurrencyalerting.com/blockchain-alerts.html) 64 | - [3xpl: Fastest ad-free universal block explorer](https://3xpl.com) 65 | - [Blockchair: Universal blockchain explorer and search engine](https://blockchair.com) 66 | - [Address Checker: Identify malicious addresses and spam tokens](https://bac.nader.io) 67 | 68 | #### Developer Tools 69 | - [Remix: IDE for writing Solidity Smart Contracts](http://remix.ethereum.org/) 70 | - [Meteor-dapp-cosmo: Meteor dapp for building and vetting solidity contracts](https://github.com/SilentCicero/meteor-dapp-cosmo) 71 | - [Browser-Solidity : Browser based solidity contract compiler](https://github.com/chriseth/browser-solidity) 72 | - [One Click Dapp: FOSS tool for creating dapp frontends from an ABI.](https://oneclickdapp.com) 73 | - [Etherflow: A FOSS tool for Ethereum developers to test their node, and compose & debug RPC calls from the browser.](https://etherflow.quiknode.io/) 74 | - [ZMOK: Publicly accessible Web3 JSON/RPC provider URL's.](https://zmok.io/) 75 | - [Covalent: A unified API bringing visibility to billions of blockchain data points.](https://zmok.io/) 76 | - [thirdweb: Build Web3 apps easily, providing developers with easy-to-use tools and open-source SDKs to build, launch, and manage Web3 projects.](https://thirdweb.com/) 77 | - [Nexth - Next.js + Ethereum Starter kit](https://github.com/wslyvh/nexth) 78 | - [Solidity Bytes32 Converter Online](https://neptunemutual.com/web3-tools/string-to-bytes32-converter/) 79 | - [Online Solidity ABI Encoder](https://neptunemutual.com/web3-tools/solidity-abi-encoder-online/) 80 | - [Ethereum Unit Converter](https://neptunemutual.com/web3-tools/ethereum-unit-converter/) 81 | - [UseSIWE: The easiest way to add Sign-in with Ethereum to your app.](https://github.com/random-bits-studio/use-siwe) 82 | - [Ethairbaloons](https://github.com/petrosDemetrakopoulos/ethairballoons) 83 | - [DB3 Network:open-source decentralized firebase firestore alternative.](https://github.com/dbpunk-labs/db3) 84 | - [walletOS: An API for using blockchains](https://www.pinestreetlabs.com/walletos/) 85 | - [Dynamic: A powerful web3 auth developer platform.](https://www.dynamic.xyz) 86 | - [web3-ethereum-defi: Data research and trading library to work with DeFi for Python](https://web3-ethereum-defi.readthedocs.io/) 87 | - [Cannon: Like Terraform, Docker and NPM for Ethereum](https://usecannon.com) 88 | 89 | 90 | 91 | 92 | #### Where do I start? 93 | - [Download the wallet and build your own cryptocurrency](https://blog.ethereum.org/2015/12/03/how-to-build-your-own-cryptocurrency/) 94 | - [Using the Wallet part 2: build a Democratic Autonomous Organisation](https://blog.ethereum.org/2015/12/04/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code/) 95 | - [Using the Wallet part 3: build your own transparent Central Bank](https://blog.ethereum.org/2015/12/07/ethereum-in-practice-part-3-how-to-build-your-own-transparent-bank-on-the-blockchain/) 96 | - [Build apps using Meteor and the ethereum tools](https://github.com/ethereum/wiki/wiki/Dapp-using-Meteor) 97 | - [Learn Solidity, the main language for smart contracts](https://solidity.readthedocs.org/en/latest/) 98 | - [Programming Community Curated Resources for learning Solidity](https://hackr.io/tutorials/learn-solidity) 99 | - [Syllabus Ethereum](https://novicedock.com/learn/cryptocurrency/ethereum) 100 | - [useWeb3 - Learn web3 development](https://www.useweb3.xyz/) 101 | - [Storing Data on Ethereum Blockchain With Node.js](https://betterprogramming.pub/storing-data-on-ethereum-blockchain-with-node-js-643cb2961ebc) 102 | 103 | #### Blogs & Article threads 104 | - [Rise of the World Computer](http://www.svds.com/ethereum-the-rise-of-the-world-computer/#.Vs3MJboMMl0.facebook) 105 | - [Ethereum : Rise of the World Computer , HN thread](https://news.ycombinator.com/item?id=11181149) 106 | - [SkyNet is the future](http://theshapeofthings.org/2016/01/18/skynetisthefuture/) 107 | - [The End of Corporations – Decentralized Organization ](http://theshapeofthings.org/2016/01/18/field-interview-wmatan-field-ethereum-devcon-1/) 108 | - [The War for Technology and the End of Democracy](http://theshapeofthings.org/2016/02/01/war-technology-and-the-end-of-democracy/) 109 | - [Solidity Idiosyncrasies](https://github.com/miguelmota/solidity-idiosyncrasies) 110 | - [Best Practices for Smart Contract Development](https://yos.io/2019/11/10/smart-contract-development-best-practices/) 111 | - [Why decentralization matters](https://cdixon.org/2018/02/18/why-decentralization-matters) 112 | 113 | #### Books 114 | - [Ethereum Development with Go](https://goethereumbook.org/) 115 | - [Blockchain in Action](https://www.manning.com/books/blockchain-in-action) 116 | - [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) 117 | - [Token Economy: How the Web3 reinvents the Internet](https://github.com/Token-Economy-Book/EnglishOriginal) 118 | - [How to DeFi](https://landing.coingecko.com/how-to-defi/) 119 | - [More books](https://www.useweb3.xyz/books) 120 | 121 | #### DAPPS 122 | - [Dapp Insight](https://dappinsight.com/) 123 | - [State of the Dapps](http://dapps.ethercasts.com/) 124 | - [ZeroNet Decentralized websites using Bitcoin crypto and the BitTorrent network](https://github.com/HelloZeroNet/ZeroNet) 125 | - [WeiFund : A decentralized, open-source, crowdfunding platform built on Ethereum.](https://github.com/weifund) 126 | - [Etherex : EtherEx is an open source, fully transparent, next generation decentralized exchange built on Ethereum](https://github.com/etherex/etherex) 127 | - [Augur : Decentralized, open-source platform for prediction markets.](https://github.com/AugurProject) 128 | - [Etherwall : GUI desktop wallet for Ethereum](https://github.com/almindor/etherwall) 129 | - [Embark : Framework for Ethereum DApps](https://github.com/iurimatias/embark-framework) 130 | - [Truffle : A development framework for Ethereum](https://github.com/ConsenSys/truffle) 131 | - [Meteor-dapp-cosmo: Meteor dapp for building and vetting solidity contracts](https://github.com/SilentCicero/meteor-dapp-cosmo) 132 | - [Solether : Autonomous Electrical Energy Entities - Prototype](https://github.com/makevoid/solether) 133 | - [Profeth : A smart contracts ecosystem for a resource-based digital economy](https://github.com/profeth/) 134 | - [LETH : first hybrid mobile app to manage an Ethereum wallet](https://github.com/inzhoop-co/LETH) 135 | - [Syng-im : Open source mobile ethereum client](https://github.com/syng-im) 136 | - [Btcrelay : A bridge between the Bitcoin blockchain & Ethereum smart contracts](https://github.com/ethereum/btcrelay) 137 | - [Verifiable off-chain computation for ethereum contracts](https://github.com/pipermerriam/ethereum-computation-market) 138 | - [Etherapis : Micropayment platform for generic API calls](https://github.com/etherapis/etherapis) 139 | - [Etherflip : Ether gambling Dapp game / eth casino](https://github.com/jambtt/Etherflip) 140 | - [EthHypeDns : Resolve Hyperboria/CJDNS ipv6 addresses via etherid.org contact](https://github.com/slothbag/EthHypeDns) 141 | - [Decentralized Autonomous Ventures (DAVs)](https://github.com/VentureEquityExchange/) 142 | - [InsurETH : P2P flight insurance](https://github.com/bertani/insurETH) 143 | - [Will make you a King or Queen, might grant you riches, and will immortalize your name.](https://github.com/kieranelby/KingOfTheEtherThrone) 144 | - [Icebox : A cold storage solution for Ether](https://github.com/consenSys/icebox) 145 | - [MakerDAO : Stable Cryptocurrency MakerDAO](https://github.com/MakerDAO) 146 | - [Dapple : Smart contract package manager and build tool](https://github.com/nexusdev/dapple) 147 | - [Dappsys : Solidity Contract System Framework](https://github.com/nexusdev/dappsys) 148 | - [Nethereum : Cross-platform Ethereum development framework](https://github.com/Nethereum) 149 | - [Iudex : smart contract based reputation system](https://github.com/iudex/iudex) 150 | - [Etherforum : distributed forum built on top of Ethereum](https://github.com/matiasinsaurralde/etherforum) 151 | - [Decentralized Twitter : Microblogging on the Ethereum blockchain](https://github.com/yep/eth-tweet) 152 | - [Community-Currency](https://github.com/segovro/Community-Currency) 153 | - [TinyOracle](https://github.com/axic/tinyoracle) 154 | - [EtherID : Ethereum ID Registar](https://github.com/lexansoft/EtherID.org) 155 | - [SafeMarket : P2P Marketplace](https://www.reddit.com/r/safemarket) 156 | - [JobMarket : Decentralized job market](https://github.com/ultra-koder/JobMarket) 157 | - [Taxeme : A component of the Resilience taxation system](https://github.com/resilience-me/Taxeme) 158 | - [Spore : Simple package manager for dApp development ](https://github.com/mhhf/spore) 159 | - [Spore : Simple package manager for dApp development ](https://github.com/mhhf/spore) 160 | - [Etheria : The first-ever decentralized virtual world ](https://github.com/fivedogit/etheria) 161 | - [PublicVotes : A publicly verifiable Voting System](https://github.com/domschiener/publicvotes) 162 | - [Ethereum-datetime : Date-Time utilities for ethereum contracts.](https://github.com/pipermerriam/ethereum-datetime) 163 | - [Populus : Ethereum Contract Development Framework](https://github.com/pipermerriam/populus) 164 | - [Ethereum-grove : Fast, efficient, queryable storage for ethereum contracts.](https://github.com/pipermerriam/ethereum-grove) 165 | - [Eth-lightwallet: Lightweight JS Wallet for Node and the browser](https://github.com/ConsenSys/eth-lightwallet) 166 | - [Slock Js: the backend of the slock framework](https://github.com/slockit/slock-js/) 167 | - [Meteor-embark: Streamlined Ethereum Integration for Meteor](https://github.com/hitchcott/meteor-embark) 168 | - [Ethereum-alarm-clock: Schedule contract calls](https://github.com/pipermerriam/ethereum-alarm-clock) 169 | - [Project-Basil: A Decentralized Vulnerability Management](https://github.com/18dew/Project-Basil) 170 | - [Avatar: Decentralised profile platform](https://github.com/d11e9/avatar) 171 | - [Content: p2p community content platform](https://github.com/d11e9/content) 172 | - [Ethos: Ethos, an Ethereum Browser](https://github.com/projectdnet/ethos) 173 | - [Notareth : Ethereum based notary service](https://github.com/maran/notareth) 174 | - [Whisper Chat Client Ðapp](https://github.com/ethereum/meteor-dapp-whisper-chat-client) 175 | - [Thousand Ether Homepage](https://thousandetherhomepage.com) 176 | - [Angular Decentralized Application with Embark](https://github.com/enten/embark-angular) 177 | - [Settle : Decentralized Finance Operating System](http://settle.finance) 178 | - [Dapped : Dapps & Games Due Diligence & Reviews](http://dapped.io) 179 | 180 | 181 | #### Related Resources 182 | - [Awesome p2p](https://github.com/kgryte/awesome-peer-to-peer) 183 | - [Awesome Decentralized](https://github.com/steve-vincent/awesome-decentralized) 184 | - [ConcourseQ : Open Community Sourced Blockchain & ICO Due Diligence Platform](https://concourseq.io/) 185 | --------------------------------------------------------------------------------