create house of ethereum (#179)

This commit is contained in:
peth-yursick
2020-12-14 15:39:43 +01:00
committed by GitHub
parent 85167a2378
commit 2add994e0a

View File

@@ -0,0 +1,124 @@
---
title: ⬨ House of Ethereum
---
<details>
<summary>🤔 Wait, WTF is Ethereum?</summary>
<br />
I wont be going into merkle trees, hashes, mining & how it all fits to make up the blockchain because there are plenty of existing materials explaining this. What I want to do here is give a high level overview on the importance of this technology.
One of the main breakthroughs that Bitcoin made was to enable scarcity in the digital realm. Whereas previously, anything digital could just be copied & pasted - bitcoin couldn't.
Combined with the fact that it has no admin that can just decide to mint more coins outside the prescribed rules of the game, seize your funds or alter the history; it made bitcoin the first global currency that isnt issued by any nation state.
But, you know, it's still just a currency. You can send it, you can receive it, but thats about it. Then along came a young wizard named Vitalik, thinking something like: “We should take this blockchain thing & allow people to program it to do anything.”
Now we have what is basically an admin-less database, able to run any arbitrary function. This allows us to build a data infrastructure layer that isnt controlled by any centralized entity. These so-called smart-contracts allow you to enter agreements & exchange value with strangers, resting assured they cant screw you over.
Do you see how powerful this is?
The [inability to make databases talk to each other](https://media.consensys.net/programmable-blockchains-in-context-ethereum-s-future-cd8451eb421e) enabled centralized middlemen such as Visa to sweep in, monopolize and start taking something like 1.5% off each transaction for being the global settlement layer between bank accounts; Paypal did the same for the online realm.
These were necessary evils; no longer necessary. Running on Ethereum, services of the future will not only be interoperable but composable. Imagine talking to your friends, ordering a new laptop & investing; all through a single interface.
You will often hear us refer to this whole space as Web3 - the next era of the internet. While the Web2 era was dominated by huge centralized service providers such as Amazon, Facebook & Uber, the promise of [Web3](http://blockchainhub.net/web3-decentralized-web/) is an internet of decentralized peer-to-peer protocols, platforms & applications; tokenized & in the hands of their users.
"Ethereum is a game-changing technology." - Virgil Griffith
### To recap:
- There are no administrators in the Ethereum network.
- The ledger contains a full history of all the changes that ever happened.
- This allows us to have a source of truth we can be sure hasnt been tampered with.
- This single database that cant be hijacked or coerced allows people who dont trust each other to exchange value and build decentralized, interoperable applications & organizations.
</details>
## 🧐 Understanding Ethereum
Tbh nowadays its hard to beat [Ethereum.org](http://ethereum.org) as your go-to place for learning about Ethereum.
- [Programmable Blockchains in Context](https://media.consensys.net/programmable-blockchains-in-context-ethereum-s-future-cd8451eb421e)
- [Ethereum is a game-changing technology](https://medium.com/@virgilgr/ethereum-is-game-changing-technology-literally-d67e01a01cf8)
- [Ethereum: The Worlds Computer](https://www.abra.com/resources/worlds-computer/)
- [Edward Snowden Explains Blockchains](https://www.aclu.org/blog/privacy-technology/internet-privacy/edward-snowden-explains-blockchain-his-lawyer-and-rest-us)
- [The last blockchain explainer youll ever need](https://www.youtube.com/watch?v=OgcBkARJybg) (video)
- [Ethereum in 25 Minutes](https://www.youtube.com/watch?v=66SaEDzlmP4) (video)
- [EthHub](https://docs.ethhub.io/) (Ethereum wiki)
## 🗞News
- [Week in Ethereum News](https://weekinethereumnews.com/)
- [EthHub Newsletter](https://ethhub.substack.com/)
- [Ethereum Cat Herders](https://www.ethereumcatherders.com/) (development)
- [Ethereum Foundation Blog](https://blog.ethereum.org/)
- [r/Ethereum](https://www.reddit.com/r/ethereum/) & [r/ethdev](https://www.reddit.com/r/ethdev/) (subreddits)
- [Into the Ether](https://podcast.ethhub.io/) (podcast)
- [Etherean.org](http://etherean.org) (blog)
## 👥 Communities
- [Fellowship of Ethereum Magicians](https://ethereum-magicians.org/)
- [MetaCartel DAO](http://metacartel.org/)
- [Ethereum Hackers](https://ethglobal.co/discord)
- [ETH Network](https://t.co/lEsWeGZO3j?amp=1)
- [The Ether](https://theether.io/)
- [Etherean.org](http://etherean.org)
- For a longer list, visit [Ethereum.org](https://ethereum.org/en/community/)
## Areas of Interest
The real question is not “What is Ethereum?” but “What can we do with it?” We split it into three main areas of interest. Brief for now, because each deserves its own page.
<details>
<summary>🔘 Tokens</summary>
Tokens on Ethereum allow anyone to start their own cryptocurrency, except currencies are like, the least exciting possibility. Tokens can represent your stake in an organization, any physical or digital resource or an asset, like a house or a rare collectible.
</details>
<details>
<summary>📱 dApps</summary>
dApps are decentralized applications running on Ethereum. They are basically collections of interlocking smart contracts used to deliver a product or a service that, at least in theory, doesnt require you to trust the company behind it, and cannot be shut down or hacked.
</details>
<details>
<summary>✨ DAOs</summary>
DAOs (decentralized autonomous organizations), are organizations running on Ethereum. The tooling around them is still crude & mainly allows management of decentralized treasuries through voting. [Full post on DAOs here](https://wiki.metagame.wtf/docs/great-houses/house-of-daos).
</details>
## 📚 Books
- [The Infinite Machine](https://www.harpercollins.com/products/the-infinite-machine-camila-russo?variant=32123333836834): How an Army of Crypto-hackers Is Building the Next Internet with Ethereum
- [Mastering Ethereum](https://www.goodreads.com/book/show/42815383-mastering-ethereum): Building Smart Contracts and DApps
- [Seeing Like a State](https://www.goodreads.com/book/show/20186.Seeing_Like_a_State): How Certain Schemes to Improve the Human Condition Have Failed
## 💰 Obtaining Ether
There are essentially two ways of obtaining Ether; buying it & earning it.
**Buying it:**
- You can buy it from some of the most well-known exchanges such as Binance, Coinbase, Gemini or Kraken.
- If you want a more decentralized way of buying it, go through [Local Cryptos](https://localcryptos.com/).
- And if you want an easy way to buy it in Europe, you can use [Ramp Network](https://ramp.network/).
**Earning it:**
- [Gitcoin](http://gitcoin.co/) is probably the most well known place to earn it.
- You can participate in hackathons, start your own project, ask for grants & eventually raise money from DAOs or the crowd.
- Find work by applying for [jobs](https://cryptocurrencyjobs.co/ethereum/) or joining DAOs such as MetaGame, Raid Guild or 1Hive.
**Owning it:**
There are a bunch of wallets to choose from. **Your decision will mainly depend on whether you are optimizing for security or accessibility.**
- If you want accessibility:
- On the web, wed recommend [MetaMask](https://metamask.io/).
- On mobile, there are a bunch of options besides MetaMask. [Argent](https://www.argent.xyz/), [WALLETH](https://walleth.org/), [Rainbow](https://rainbow.me/), [Status](https://status.im/), [imToken](https://token.im/) & [Trust Wallet](https://trustwallet.com/) are some.
- If you want security:
- You should probably buy something like the [Ledger](https://www.ledger.com/) or [Trezor](https://trezor.io/).
- For security via multiple people or addresses, use [Gnosis Safe](https://gnosis-safe.io).
- For more help on choosing a wallet, go to [Ethereum.org](https://ethereum.org/en/wallets/find-wallet/) or [ask us on Discord](https://discord.gg/6JFXC9T).
- Note: Whichever way you choose, youll likely need to store what we call a seed phrase. This is the most important bit. There are [many](https://www.google.com/search?client=firefox-b-d&q=storing+your+seed+phrase) [ways to do it](https://blog.trezor.io/https-blog-trezor-io-keep-your-seed-phrase-away-from-lions-edcc105457a0).
- **NOTE: TAKE IT REALLY SERIOUSLY. STORE YOUR SEED PHRASE PHYSICALLY, NEVER COPY, PASTE OR ENTER IT ANYWHERE NEW.**