Ethereum


Ethereum is a global, open-source platform for decentralized applications. In other words, the vision is to create a world computer that anyone can build applications in a decentralized manner; while all states and data are distributed and publicly accessible. Ethereum supports smart contracts in which developers can write code in order to program digital value. Examples of decentralized apps (dapps) that are built on Ethereum includes tokens, non-fungible tokens, decentralized finance apps, lending protocol, decentralized exchanges, and much more. On Ethereum, all transactions and smart contract executions require a small fee to be paid. This fee is called Gas. In technical terms, Gas refers to the unit of measure on the amount of computational effort required to execute an operation or a smart contract. The more complex the execution operation is, the more gas is required to fulfill that operation. Gas fees are paid entirely in Ether (ETH), which is the native coin of the blockchain. The price of gas can fluctuate from time to time depending on the network demand.

Get BONUS $200 for FREE!

You can get bonuses upto $100 FREE BONUS when you:
πŸ’° Install these recommended apps:
πŸ’² SocialGood - 100% Crypto Back on Everyday Shopping
πŸ’² xPortal - The DeFi For The Next Billion
πŸ’² CryptoTab Browser - Lightweight, fast, and ready to mine!
πŸ’° Register on these recommended exchanges:
🟑 Binance🟑 Bitfinex🟑 Bitmart🟑 Bittrex🟑 Bitget
🟑 CoinEx🟑 Crypto.com🟑 Gate.io🟑 Huobi🟑 Kucoin.



More / Etherum Reddit - 1 year ago

The first Ethereum?

Remember your first Ethereum? When did they manage to get it? I have not yet managed to reach my first full Ethereum and I am working hard to achieve it someday, but thinking and rambling how it would be when that time comes, I was very curious...

More / Etherum Reddit - 1 year ago

Help getting keys from Ethereum Wallet

So I haven't touched Ethereum wallet since like 2017 and today I remembered I have some in there. Apparently this software is discontinued and it doesn't do jack shit anymore when I open it. Anyways, I have some keystore files. Is there any...

More / Etherum Reddit - 1 year ago

Lost Ethereum

EDIT: after further digging I won't be able to get it back thank you to everyone that tried to help. From what I've been told it's actually the address for a smart contract but in USDT, since I sent Ethereum to it I won't be able to g...

More / Etherum Reddit - 1 year ago

Connecting Metamask to local ethereum geth node

Trying to connect metamask running on my laptop to my local geth node running on a pi (so, NOT on the same laptop, but within the same local network). My geth config is as follows: geth --http --datadir /var/lib/goethereum \ --cache 1536 --maxpeers 5...