<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Ethereum Updates Weekly</title>
  <id>https://www.trackawesomelist.com/ttumiel/Awesome-Ethereum/week/feed.xml</id>
  <updated>2022-01-08T20:32:54.000Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/ttumiel/Awesome-Ethereum/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/ttumiel/Awesome-Ethereum/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/ttumiel/Awesome-Ethereum/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A Curated List of Awesome Ethereum Resources</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2022/1/</id>
    <title>Awesome Ethereum Updates on Jan 03 - Jan 09, 2022</title>
    <updated>2022-01-08T20:32:54.000Z</updated>
    <published>2022-01-08T20:32:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Programming</p>
</h3>
<ul>
<li><a href="https://hardhat.org/" rel="noopener noreferrer">Hardhat</a> - Ethereum development environment for professionals.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/1/"/>
    <summary>1 awesome projects updated on Jan 03 - Jan 09, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/43/</id>
    <title>Awesome Ethereum Updates on Oct 28 - Nov 03, 2019</title>
    <updated>2019-10-25T11:31:22.000Z</updated>
    <published>2019-10-25T10:22:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Programming</p>
</h3>
<ul>
<li><a href="https://ethfiddle.com/" rel="noopener noreferrer">Eth Fiddle</a> - Online editor for smart contracts.</li>
</ul>
<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://kauri.io/collection/5b8e401ee727370001c942e3/full-stack-dapp-tutorial-series" rel="noopener noreferrer">Full Stack DApp Tutorial Series</a> - Full stack DApps using various frameworks.</li>
</ul>
<h3><p>Code</p>
</h3>
<ul>
<li><a href="https://docs.flintlang.org/" rel="noopener noreferrer">Flint Documentation</a> - Experimental contract orientated language for Ethereum.</li>
</ul>
<h3><p>Blockchain Utilities</p>
</h3>
<ul>
<li><a href="https://enjinx.io/" rel="noopener noreferrer">Enjinx</a> - Ethereum block explorer, that also nicely visualizes assets and tokens.</li>
</ul>

<ul>
<li><a href="https://blockchair.com/ethereum/" rel="noopener noreferrer">Blockchair</a> - Multi block explorer with nice charts.</li>
</ul>
<h3><p>Protocols</p>
</h3>
<ul>
<li><a href="https://swarm.ethereum.org/" rel="noopener noreferrer">Swarm</a> - Swarm is a distributed storage platform and content distribution service.</li>
</ul>
<h3><p>Misc</p>
</h3>
<ul>
<li><a href="https://eth.wiki/en/home" rel="noopener noreferrer">Ethereum Wiki Page</a></li>
</ul>
<h3><p>Official</p>
</h3>
<ul>
<li><a href="https://ethereum.foundation/" rel="noopener noreferrer">Ethereum Foundation</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/43/"/>
    <summary>8 awesome projects updated on Oct 28 - Nov 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/7/</id>
    <title>Awesome Ethereum Updates on Feb 18 - Feb 24, 2019</title>
    <updated>2019-02-15T08:23:26.000Z</updated>
    <published>2019-02-15T08:23:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Protocols</p>
</h3>
<ul>
<li>zk-SNARKS - Verify knowledge of a secret without revealing it.<ul>
<li><a href="https://media.consensys.net/introduction-to-zksnarks-with-examples-3283b554fc3b" rel="noopener noreferrer">Introduction to zk-SNARKS with examples</a> - A practical overview of zk-SNARKS.</li>
<li><a href="https://github.com/jstoxrocky/zksnarks_example" rel="noopener noreferrer">A practical beginner's guide to creating, proving, and verifying zkSNARKs (⭐270)</a> - Introduction to zk-SNARKS and implementation as a smart contract.</li>
<li><a href="https://medium.com/@VitalikButerin/zk-snarks-under-the-hood-b33151a013f6" rel="noopener noreferrer">zk-SNARKS: Under the Hood</a> - Technical explanation of zk-SNARKS.</li>
<li><a href="https://blog.ethereum.org/2016/12/05/zksnarks-in-a-nutshell/" rel="noopener noreferrer">zk-SNARKs in a nutshell</a> - Technical explanation of zk-SNARKS.</li>
<li><a href="http://coders-errand.com/practical-zk-snarks-for-ethereum/" rel="noopener noreferrer">Practical zk-SNARKs for Ethereum</a> - A short and practical introduction to using zk-SNARKs.</li>
</ul>
</li>
</ul>

<ul>
<li>Token Bonding Curves (TBC) - Mathematically sound price-supply relationship curves.<ul>
<li><a href="https://yos.io/2018/11/10/bonding-curves/" rel="noopener noreferrer">Bonding Curves Explained</a> - A thorough introduction to TBCs with code.</li>
<li><a href="https://tokeneconomy.co/token-bonding-curves-in-practice-3eb904720cb8" rel="noopener noreferrer">Token Bonding Curves in Practice</a> - Exploring a universal distribution of IP via non-fungible tokens and curation markets.</li>
<li><a href="https://bondingplayground.netlify.com/" rel="noopener noreferrer">Bonding Curve Playground</a> - An interactive bonding curve webapp.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/7/"/>
    <summary>2 awesome projects updated on Feb 18 - Feb 24, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/4/</id>
    <title>Awesome Ethereum Updates on Jan 28 - Feb 03, 2019</title>
    <updated>2019-01-26T09:41:55.000Z</updated>
    <published>2019-01-23T18:59:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/ethereum/wiki/wiki" rel="noopener noreferrer">GitHub Wiki (⭐15k)</a> - Ethereum wiki covering all things related to Ethereum. The go-to place for all things.</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/White-Paper" rel="noopener noreferrer">Whitepaper (⭐15k)</a> - Non-technical introductory description of Ethereum.</li>
</ul>

<ul>
<li><a href="https://ethereum.github.io/yellowpaper/paper.pdf" rel="noopener noreferrer">Yellowpaper</a> - Technical description of Ethereum. Technically outdated, but interesting.</li>
</ul>
<h3><p>Programming</p>
</h3>
<ul>
<li><a href="https://openzeppelin.org/" rel="noopener noreferrer">OpenZeppelin</a> - Battle-tested framework of secure, reusable smart contracts.</li>
</ul>

<ul>
<li><a href="https://www.truffleframework.com/" rel="noopener noreferrer">Truffle Framework</a> - Development environment for blockchain applications.</li>
</ul>

<ul>
<li><a href="https://truffleframework.com/ganache" rel="noopener noreferrer">Ganache</a> - Personal Ethereum blockchain to run tests.</li>
</ul>

<ul>
<li><a href="https://remix.ethereum.org/" rel="noopener noreferrer">Remix Online IDE</a> - A useful in-browser IDE that can compile and publish smart contracts to various Ethereum networks. Includes a linter.</li>
</ul>

<ul>
<li><a href="https://github.com/embark-framework/embark" rel="noopener noreferrer">Embark Framework (⭐3.7k)</a> - Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms.</li>
</ul>
<h3><p>Videos</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/user/ethereumproject" rel="noopener noreferrer">Ethereum YouTube Channel</a> - Mostly older videos of Devcon 1 and before.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g" rel="noopener noreferrer">Ethereum Foundation YouTube Channel</a> - Most up to date events and streams including the Ethereum Devcon conferences and dev meetings.</li>
</ul>
<h3><p>Misc</p>
</h3>
<ul>
<li><a href="https://ethgasstation.info/" rel="noopener noreferrer">ETH Gas Station</a> - A tool to check the current price of gas for transactions.</li>
</ul>
<h3><p>Protocols</p>
</h3>
<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/Whisper-pages" rel="noopener noreferrer">Whisper (⭐15k)</a> - A communication protocol for DApps to communicate with each other.</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/web3.js" rel="noopener noreferrer">Web3.js (⭐16k)</a> - Ethereum's JavaScript API.</li>
</ul>
<h3><p>Books</p>
</h3>
<ul>
<li><a href="https://github.com/ethereumbook/ethereumbook" rel="noopener noreferrer">Mastering Ethereum (⭐16k)</a> - A developers guide to the operation and use of Ethereum.</li>
</ul>

<ul>
<li><a href="https://the-eye.eu/public/Books/qt.vidyagam.es/library/humble-bitcoin-bundle/Introducing%20Ethereum%20and%20Solidity_%20Foud%20Blockchain%20Programming%20for%20Beginners/Introducing%20Ethereum%20and%20Solidity_%20Foundatiin%20Programming%20for%20Beginners%20-%20Chris%20Dannen.pdf" rel="noopener noreferrer">Introduction to Ethereum and Solidity</a> - Learn Solidity development from concept to deployment.</li>
</ul>

<ul>
<li><a href="https://www.goodreads.com/book/show/32762240-ethereum" rel="noopener noreferrer">Ethereum: Blockchains, Digital Assets, Smart Contracts, Decentralized Autonomous Organizations</a> - Learn about Ethereum (and blockchains) from an IBM blockchain liason.</li>
</ul>
<h3><p>Official</p>
</h3>
<ul>
<li><a href="https://github.com/ethereum/" rel="noopener noreferrer">Ethereum GitHub</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/4/"/>
    <summary>17 awesome projects updated on Jan 28 - Feb 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/48/</id>
    <title>Awesome Ethereum Updates on Nov 26 - Dec 02, 2018</title>
    <updated>2018-11-28T15:47:24.000Z</updated>
    <published>2018-11-28T15:46:27.000Z</published>
    <content type="html"><![CDATA[<h3><p>Protocols</p>
</h3>
<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/Casper-Proof-of-Stake-compendium" rel="noopener noreferrer">Casper (⭐15k)</a> - Proof of Stake Implementation.<ul>
<li>Casper CBC - Correct by Construction for full Proof-of-Stake.<ul>
<li><a href="https://github.com/ethereum/cbc-casper" rel="noopener noreferrer">Code Repository (⭐228)</a> - A python implementation of a class of correct-by-construction consensus protocols.</li>
<li><a href="https://github.com/ethereum/cbc-casper/wiki" rel="noopener noreferrer">CBC Wiki (⭐228)</a></li>
<li><a href="https://github.com/ethereum/research/blob/master/papers/cbc-consensus/AbstractCBC.pdf" rel="noopener noreferrer">CBC Research Paper (⭐1.5k)</a></li>
</ul>
</li>
<li>Casper FFG - Friendly Finality Gadget for PoS validation with Proof-of-Work.<ul>
<li><a href="https://github.com/ethereum/casper" rel="noopener noreferrer">Code Repository (⭐683)</a> - The FFG contract, related software and tests.</li>
<li><a href="https://arxiv.org/abs/1710.09437" rel="noopener noreferrer">Casper the Friendly Finality Gadget Paper</a> - Research paper detailing FFG.</li>
</ul>
</li>
<li><a href="https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQs" rel="noopener noreferrer">PoS FAQs (⭐15k)</a></li>
<li><a href="https://ethereum.stackexchange.com/questions/31797/casper-ffg-vs-casper-ghost-cbc/31814#31814" rel="noopener noreferrer">FFG vs CBC Comparison</a> - A Stack Exchange comparison of FFG and CBC.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/Sharding-introduction-R&amp;D-compendium" rel="noopener noreferrer">Sharding (⭐15k)</a> - Partitioning computational resources so that nodes do not have to process the entire blockchain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/48/"/>
    <summary>2 awesome projects updated on Nov 26 - Dec 02, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/46/</id>
    <title>Awesome Ethereum Updates on Nov 12 - Nov 18, 2018</title>
    <updated>2018-11-16T11:58:59.000Z</updated>
    <published>2018-11-16T11:58:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.codementor.io/learn/blockchain/solidity-tutorials" rel="noopener noreferrer">Various Ethereum &amp; Solidity Tutorials</a> - How to create smart contracts, deploy your own DApps, create tokens, and more — from beginner to intermediate topics.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/46/"/>
    <summary>1 awesome projects updated on Nov 12 - Nov 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/44/</id>
    <title>Awesome Ethereum Updates on Oct 29 - Nov 04, 2018</title>
    <updated>2018-11-01T10:58:02.000Z</updated>
    <published>2018-11-01T10:22:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://cryptozombies.io/" rel="noopener noreferrer">CryptoZombies</a> - Learn to Code Ethereum DApps By Building Your Own Game.</li>
</ul>

<ul>
<li><a href="https://www.reddit.com/r/ethereum/comments/9h0w83/start_ethereum_dapp_development_career_ultimate/" rel="noopener noreferrer">Start Ethereum DApp Development Career</a> - Informal guide to starting developing DApps.</li>
</ul>
<h3><p>Learning and MOOCs</p>
</h3>
<ul>
<li><a href="https://ethereum.meta.stackexchange.com/questions/431/faq-frequently-asked-questions-and-reference-answers" rel="noopener noreferrer">Ethereum Stack Exchange</a> - Question and answers about Ethereum.</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/Safety" rel="noopener noreferrer">Smart contract safety (⭐15k)</a> - Ethereum wiki on best practices for safety in smart contracts.</li>
</ul>

<ul>
<li><a href="https://hudsonjameson.com/2017-06-27-accounts-transactions-gas-ethereum/" rel="noopener noreferrer">Accounts, Transactions, Gas, and Block Gas Limits in Ethereum</a> - Functional description of Ethereum accounts, gas and transactions.</li>
</ul>

<ul>
<li><a href="https://ethernaut.zeppelin.solutions/" rel="noopener noreferrer">Ethernaut Smart Contract Capture the Flag</a> - Practice hacking Smart Contracts.</li>
</ul>

<ul>
<li><a href="https://novicedock.com/learn/cryptocurrency/ethereum" rel="noopener noreferrer">Ethereum Syllabus</a> - Syllabus to learn Ethereum.</li>
</ul>

<ul>
<li><a href="http://soc1024.ece.illinois.edu/teaching/ece598am/fall2016/" rel="noopener noreferrer">Cryptocurrency Security: University of Illinois 2016</a> - Cryptocurrency Security Course.</li>
</ul>

<ul>
<li><a href="https://crypto.stanford.edu/cs251_fall15/" rel="noopener noreferrer">Stanford CS 251(p): Bitcoin and Crypto Currencies</a> - Stanford Bitcoin and Cryptocurrency Course.</li>
</ul>

<ul>
<li><a href="https://digitalcurrency.unic.ac.cy/free-introductory-mooc/" rel="noopener noreferrer">Introduction to Digital Currencies: University of Nicosia</a> - Digital currency introductory MOOC.</li>
</ul>

<ul>
<li><a href="https://users.encs.concordia.ca/~clark/courses/1703-6630/index.html" rel="noopener noreferrer">Bitcoin and Blockchain Technology: Concordia University</a> - Introduction to Bitcoin and blockchain technology MOOC.</li>
</ul>

<ul>
<li><a href="https://consensys.github.io/smart-contract-best-practices/" rel="noopener noreferrer">Smart Contract Best Practices</a> - Security related best practices for smart contracts.</li>
</ul>
<h3><p>Philosophy</p>
</h3>
<ul>
<li><a href="https://eprint.iacr.org/2016/633.pdf" rel="noopener noreferrer">Making Smart Contracts Smarter</a> - Smart contract security attacks.</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/ethereum.org/wiki/Philosophy" rel="noopener noreferrer">Ethereum Wiki Philosophy (⭐26)</a> - Some of the core philosophies of Ethereum.</li>
</ul>

<ul>
<li><a href="https://eips.ethereum.org/" rel="noopener noreferrer">Ethereum Improvement Proposals</a> - Standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.</li>
</ul>
<h3><p>Videos</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=-_Qs0XdPpw8" rel="noopener noreferrer">Ethereum Explained (22:00)</a> - Introductory explanation to the Ethereum platform.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=gSQXq2_j-mw" rel="noopener noreferrer">A Guide to Building Your First Decentralized Application (37:00)</a></li>
</ul>
<h3><p>Blockchain Utilities</p>
</h3>
<ul>
<li><a href="https://ethplorer.io/" rel="noopener noreferrer">Ethplorer</a> - Ethereum block explorer.</li>
</ul>

<ul>
<li><a href="https://www.etherchain.org/" rel="noopener noreferrer">Etherchain</a> - Ethereum block explorer.</li>
</ul>
<h3><p>Protocols</p>
</h3>
<ul>
<li><a href="https://github.com/ethereum/wiki/wiki/Ethash" rel="noopener noreferrer">Ethash Proof of Work (⭐15k)</a> - Ethereum's Proof of Work Algorithm.</li>
</ul>
<h3><p>Misc</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/ethereum/" rel="noopener noreferrer">r/Ethereum</a> - Ethereum subreddit.</li>
</ul>

<ul>
<li><a href="https://www.meetup.com/find/?allMeetups=false&amp;keywords=ethereum" rel="noopener noreferrer">Ethereum Worldwide Meetups</a> - Meet up with the local Ethereum community via meetup.com.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/44/"/>
    <summary>22 awesome projects updated on Oct 29 - Nov 04, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/43/</id>
    <title>Awesome Ethereum Updates on Oct 22 - Oct 28, 2018</title>
    <updated>2018-10-24T22:01:11.000Z</updated>
    <published>2018-10-24T22:01:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Learning and MOOCs</p>
</h3>
<ul>
<li><a href="https://www.cs.bu.edu/~goldbe/projects/eclipseEth.pdf" rel="noopener noreferrer">Low-Resource Eclipse Attacks on Ethereum’s Peer-to-Peer Network</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/43/"/>
    <summary>1 awesome projects updated on Oct 22 - Oct 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/42/</id>
    <title>Awesome Ethereum Updates on Oct 15 - Oct 21, 2018</title>
    <updated>2018-10-19T14:49:30.000Z</updated>
    <published>2018-10-19T14:20:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://karl.tech/learning-solidity-part-1-deploy-a-contract/" rel="noopener noreferrer">Learning Solidity Tutorial Series</a> - Building smart contracts with Metamask and Remix IDE.</li>
</ul>

<ul>
<li><a href="https://medium.com/@merunasgrincalaitis/the-ultimate-end-to-end-tutorial-to-create-and-deploy-a-fully-descentralized-dapp-in-ethereum-18f0cf6d7e0e" rel="noopener noreferrer">End to End DApp Tutorial</a> - Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/42/"/>
    <summary>2 awesome projects updated on Oct 15 - Oct 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/41/</id>
    <title>Awesome Ethereum Updates on Oct 08 - Oct 14, 2018</title>
    <updated>2018-10-08T19:47:29.000Z</updated>
    <published>2018-10-08T19:47:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://blog.zeppelin.solutions/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05" rel="noopener noreferrer">Hitchhikers Guide to Smart Contracts</a> - Build smart contracts on Ethereum using Truffle, testrpc and Solidity.</li>
</ul>

<ul>
<li><a href="https://medium.com/@ConsenSys/a-101-noob-intro-to-programming-smart-contracts-on-ethereum-695d15c1dab4" rel="noopener noreferrer">A 101 Noob Intro to Programming Smart Contracts on Ethereum</a> - Smart contract tutorial with a focus on building up understanding before code.</li>
</ul>

<ul>
<li><a href="https://wiki.parity.io/Dapp-Tutorial" rel="noopener noreferrer">Parity DApp Tutorial</a> - 10 part tutorial on how to write DApps.</li>
</ul>

<ul>
<li><a href="https://ethereumbuilders.gitbooks.io/guide/content/en/index.html" rel="noopener noreferrer">Ethereum Builders Guide</a> - Gitbook for building on Ethereum that goes deeper into understanding technical functionality.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/41/"/>
    <summary>4 awesome projects updated on Oct 08 - Oct 14, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/40/</id>
    <title>Awesome Ethereum Updates on Oct 01 - Oct 07, 2018</title>
    <updated>2018-10-06T12:33:26.000Z</updated>
    <published>2018-10-05T21:55:12.000Z</published>
    <content type="html"><![CDATA[<h3><p>Code</p>
</h3>
<ul>
<li><a href="https://solidity.readthedocs.io" rel="noopener noreferrer">Solidity Documentation</a> - Programming language of choice for smart contracts.</li>
</ul>

<ul>
<li><a href="https://vyper.readthedocs.io/en/latest/index.html" rel="noopener noreferrer">Vyper Documentation</a> - Experimental smart contract programming language intended to replace Solidity.</li>
</ul>
<h3><p>Wallets</p>
</h3>
<ul>
<li><a href="https://metamask.io/" rel="noopener noreferrer">MetaMask</a> - Browser extension that can interact with Remix IDE and send transactions to different testnets.</li>
</ul>

<ul>
<li><a href="https://www.myetherwallet.com/" rel="noopener noreferrer">MyEtherWallet</a> - Online wallet service that interacts with the blockchain and performs several other useful functions.</li>
</ul>

<ul>
<li><a href="https://github.com/ethereum/mist" rel="noopener noreferrer">Mist (⭐7.4k)</a> - Official Ethereum wallet - Browse and use Ðapps on the Ethereum network.</li>
</ul>

<ul>
<li><a href="https://www.mycrypto.com" rel="noopener noreferrer">MyCrypto</a> - Online wallet service that interacts with the blockchain and performs several other useful functions.</li>
</ul>
<h3><p>Blockchain Utilities</p>
</h3>
<ul>
<li><a href="https://etherscan.io/" rel="noopener noreferrer">Etherscan</a> - Ethereum block explorer with other useful block utilities.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/40/"/>
    <summary>7 awesome projects updated on Oct 01 - Oct 07, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/39/</id>
    <title>Awesome Ethereum Updates on Sep 24 - Sep 30, 2018</title>
    <updated>2018-09-24T22:07:53.000Z</updated>
    <published>2018-09-24T22:07:53.000Z</published>
    <content type="html"><![CDATA[<h3><p>Misc</p>
</h3>
<ul>
<li><a href="http://www.weekinethereum.com/" rel="noopener noreferrer">Week in Ethereum</a> - A summary of everything happening in Ethereum each week.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/39/"/>
    <summary>1 awesome projects updated on Sep 24 - Sep 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/38/</id>
    <title>Awesome Ethereum Updates on Sep 17 - Sep 23, 2018</title>
    <updated>2018-09-20T18:50:56.000Z</updated>
    <published>2018-09-19T13:41:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Misc</p>
</h3>
<ul>
<li><a href="https://www.stateofthedapps.com/" rel="noopener noreferrer">State of the DApps</a> - A comprehensive list of the Decentralized Applications (DApps) on Ethereum.</li>
</ul>
<h3><p>Official</p>
</h3>
<ul>
<li><a href="https://www.ethereum.org/" rel="noopener noreferrer">Ethereum Website</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/38/"/>
    <summary>2 awesome projects updated on Sep 17 - Sep 23, 2018</summary>
  </entry>
</feed>