Ethereum vs Cardano | A Comparison of Two Dominant Dapp Platforms

2018-7-26 16:22

Ethereum vs Cardano

Ethereum and Cardano are two of blockchain’s most recognizable decentralized application (dApp) platforms. Often part of the same conversation, both projects utilize smart contracts to expand the value of blockchain technology beyond simple transactions – albeit in vastly different ways.

Founders from both projects, Vitalik Buterin of Ethereum and Charles Hoskinson of Cardano, make their opinions well-known and have active Twitter lifestyles. If you’ve been involved with cryptocurrency for any amount of time, you’ve probably heard about either founder at least once.

Less well known, though, is the shared history of these two projects. Before we examine the similarities and differences of the cryptocurrencies, let’s take a walk down memory lane to where they both began.

Ethereum vs Cardano – A Chance Encounter

Buterin and Hoskinson met through the Bitcoin Education Project, a creator of online Udemy courses that Hoskinson started after leaving a career in consulting. After meeting, Hoskinson received one of Buterin’s first Ethereum white paper drafts, which actually began as an outline for a Primecoin overlay protocol. From there, Hoskinson joined Ethereum as co-founder along with Buterin and six other individuals.

Hoskinson and Buterin worked together for about six months before parting ways.

A Difference in Opinion

The split really came down to one ideological difference: for-profit or non-profit. Buterin and the majority of the other founders argued that Ethereum should remain a non-profit project avoiding venture capital fundraising. Hoskinson thought otherwise.

He believed that they should accept venture capital money. However, with that, the team would need to implement some type of governance and figure out a road to profitability. As you now know, the team opted for the non-profit status.

Six months after leaving, Hoskinson partnered up with another Ethereum co-founder, Jeremy Wood, to form IOHK (Input Output Hong Kong), the company behind Cardano.

Ethereum vs Cardano – Differences

At their core, both projects are meant for dApp development and smart contracts. However, the similarities end there. From consensus mechanisms to architecture, the two blockchains differ significantly.

Consensus Mechanisms

Right now, Ethereum uses Proof-of-Work (PoW) to maintain the network. This won’t last forever, though. The Ethereum community is planning to switch to Proof-of-Stake (PoS) sometime soon. Casper, Ethereum’s new PoS algorithm, is an attempt to solve many of the scaling issues that plague the blockchain.

Before going completely PoS, Ethereum will temporarily implement a PoW/PoS hybrid for consensus. But after the new PoS mechanism proves stable, the developers will detonate a “difficulty time bomb” effectively making Ethereum impossible to mine.

Cardano also implements Proof-of-Stake but utilizes the Ouroboros algorithm. It works like this:

Slot leaders verify transactions and create blocks. If you hold Cardano’s coin, ADA, you qualify to become a slot leader. It doesn’t matter how much you own. To become a slot leader, the “Follow the Satoshi” algorithm needs to select a coin you own. The network does all of this manually, so there’s no additional work that you need to perform. Programming Languages

Ethereum’s primary programming language is Solidity. The Ethereum team created Solidity specifically to build smart contracts that run on the Ethereum Virtual Machine (EVM).

Cardano, on the hand, utilizes Haskell and Plutus. Haskell is a functional programming language that’s been around since 1990. But the most recent stable release launched in 2010. Similar to Haskell, Plutus is a functional programming language; however, it was created in-house by the Cardano development team.

Architecture

Probably the most significant way the two smart contract platforms differ is in their architecture.

Cardano is split into two layers. The layers separate the account value ledger from the reasons why value transfers from one account to the other. This separation gives you, as the end-user, more control over the privacy and execution of your smart contracts.

The Cardano Settlement Layer (CSL) takes care of the value ledger while the Cardano Computation Layer (CCL) handles the “why” of transactions.

Currently, Ethereum only has one layer. But, second layer scaling solutions are in the works. Plasma is one of those solutions. Plasma contains child blockchains similar to Bitcoin’s Lightning Network. These child chains facilitate transactions without having to take up bandwidth on the main Ethereum chain.

Ethereum will soon implement sharding as well to help with the blockchain’s scalability issues.

Other

Besides the obvious differences in market cap and price, the two cryptocurrencies have some less critical differences.

Ethereum has an over three-year head start on Cardano. The project launched in January 2014 whereas Cardano only recently came into the scene in September 2017.

Cardano has one of the largest coin supply’s in the industry with a maximum supply of 45 billion. Ethereum doesn’t have a maximum token amount, but the circulating supply at the time of this writing is just over 100 million.

Ethereum vs Cardano – The Better Investment?

Out of the gate, Ethereum has a higher market cap than Cardano so its growth potential may be smaller. However, the two projects are close enough in size that it shouldn’t matter much. Let’s look at the trading history of each coin individually.

Ethereum Trading

Right now, Ethereum is trading at about one-third of its all-time high price of ~$1,400. Until the great crash of 2018, you could rely on Ethereum as a steady gainer that seldom lost value. There was even a stretch of time in 2017 when some community members believed that Ethereum would dethrone Bitcoin as the top cryptocurrency.

baseUrl = "https://widgets.cryptocompare.com/"; var scripts = document.getElementsByTagName("script"); var embedder = scripts[ scripts.length - 1 ]; (function (){ var appName = encodeURIComponent(window.location.hostname); if(appName==""){appName="local";} var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; var theUrl = baseUrl+'serve/v3/coin/chart?fsym=ETH&tsyms=USD,EUR,CNY,GBP'; s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; embedder.parentNode.appendChild(s); })();

Cardano Trading

Cardano has experienced a much harder fall from greatness than Ethereum. The ADA price has dropped to less than one-sixth of its almost $1.30 top. It appears to be resting comfortably on a floor of ~$0.12. As the team hasn’t launched a dapp ready platform yet, much of this pricing is speculative.

baseUrl = "https://widgets.cryptocompare.com/"; var scripts = document.getElementsByTagName("script"); var embedder = scripts[ scripts.length - 1 ]; (function (){ var appName = encodeURIComponent(window.location.hostname); if(appName==""){appName="local";} var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; var theUrl = baseUrl+'serve/v3/coin/chart?fsym=ADA&tsyms=USD,EUR,CNY,GBP'; s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; embedder.parentNode.appendChild(s); })();

Ethereum vs Cardano – Let’s Compare

As of now, Ethereum has one of the largest and most active (if not the largest and most active) developer communities in crypto. It’s the top choice for initial coin offerings (ICOs) and many of the tokens that you know and love run on the Ethereum network. As long as Ethereum maintains this popularity, the price should continue to rise.

Cardano may not have the support that Ethereum does, but it still has a healthy community nonetheless. The real test will come when Cardano is ready for dApp development. The long-awaited release could bring the adoption that Cardano needs to get its price moving positively again.

Ethereum vs Cardano – What’s Next?

Both platforms have active development teams with jam-packed roadmaps ahead. Ethereum is working to become a more scalable dApp platform through the implementation of Casper (PoS), Plasma, and sharding. Cardano will soon be releasing Shelley, an update that includes human-friendly addresses, open Ouroboros delegation, and multisig transactions among other things.

It may be cliche, but comparing these two projects really is like comparing apples to oranges. Both are fruits (dApp platforms) with their own sets of pros and cons. Some community members prefer one over the other while others like them both. And, some people would prefer both failed.

In the end, Ethereum and Cardano are both respectable projects that should make a significant impact on the world.

The post Ethereum vs Cardano | A Comparison of Two Dominant Dapp Platforms appeared first on CoinCentral.

Similar to Notcoin - Blum - Airdrops In 2024

origin »

Cardano (ADA) íà Currencies.ru

$ 0 (+0.00%)
Îáúåì 24H $0
Èçìåíåèÿ 24h: 0.00 %, 7d: 0.00 %
Cåãîäíÿ L: $0 - H: $0.576
Êàïèòàëèçàöèÿ $0 Rank 99999
Öåíà â ÷àñ íîâîñòè $ 0.17125 (-100%)

two ethereum dapp cardano platforms dominant comparison

two ethereum → Ðåçóëüòàòîâ: 126


Ôîòî:

3 Reasons Why the Bitcoin (BTC) Rally is Here to Stay According to Brian Kelly of CNBC’s Fast Money

The total crypto market capitalization has surpassed the $300 Billion mark and is currently valued at $301. 5 Billion. With the increase in volume of the crypto markets, Bitcoin (BTC) has broken past two recently stated resistance levels of $7,600 and $8,000 in quick succession and in a period of less than a week.

2018-7-25 07:24


Who is the King of the Ethereum Decentralized Apps ? Two shameful Pyramid Ponzi Schemes

Two ‘self-sustaining’ pyramid schemes briefly became the most popular decentralized apps (DApps) on Ethereum this week. It describes itself simply as “the original autonomous pyramid, improved.” ‘Consider The Alternative’ Pyramids The sheer amount of interest in the schemes would usually be unlikely to see support from cryptocurrency proponents. https://t.co/fRizFx9CxK — JP Koning (@jp_koning) July 22,

2018-7-24 19:37


Ôîòî:

Justin Sun Officially Adds 100 Million BitTorrent Users To Tron (TRX) Ecosystem

No doubt, Tron (TRX) is one big coin that cannot be rubbished in the cryptocurrency space. After Justin Sun announced that Tron would be moved out of Ethereum Network, the cryptocurrency war lord, declared on the go that there is going to be a huge competition between the two altcoins, like that which existed between […] The post Justin Sun Officially Adds 100 Million BitTorrent Users To Tron (TRX) Ecosystem appeared first on Ethereum World News.

2018-7-24 14:20


Ôîòî:

Who’s King Of The Ethereum DApps? Two Self-Confessed Pyramid Schemes

Two ‘self-sustaining’ pyramid schemes briefly became the most popular decentralized apps (DApps) on Ethereum this week. Money Pours Into ‘Fomo3D’ and ‘PoWH’ Data from monitoring site DappRadar shows Fomo3D and PoWH 3D held the number one and number two spots among DApps July 22, pushing the highest-placed ‘legitimate’ offering – decentralized exchange IDEX – into third place.

2018-7-24 14:00


Ôîòî:

Ross Ulbricht’s Petition Gains Traction From Industry Leaders After Cries For His Release

Ross Ulbricht, who founded the anonymous Silk Road trading site, is currently serving two life sentences in prison for his affiliation with the site, locked away from the eyes of the world. However, many in the cryptocurrency community still think of him as the one who started it all, the one who brought Bitcoin to […] The post Ross Ulbricht’s Petition Gains Traction From Industry Leaders After Cries For His Release appeared first on Ethereum World News.

2018-7-23 04:54


Notes on Blockchain Governance

In which I argue that “tightly coupled” on-chain voting is overrated, the status quo of “informal governance” as practiced by Bitcoin, Bitcoin Cash, Ethereum, Zcash and similar systems is much less bad than commonly thought, that people who think that the purpose of blockchains is to completely expunge soft mushy human intuitions and feelings in favor of completely algorithmic governance (emphasis on “completely”) are absolutely crazy, and loosely coupled voting as done by Carbonvotes and similar systems is underrated, as well as describe what framework should be used when thinking about blockchain governance in the first place.

2018-7-21 23:03


Ôîòî:

Canada’s Coinsquare Exchange To Make Foray Into Asia

Coinsquare, a premier Canadian cryptocurrency exchange, has just announced plans to make expansions into Japan, with this move being made in collaboration with a global blockchain firm. To make this foray into the Asian market a success, Coinsquare is joining hands with DLTa21 in a strategic partnership, which will see the two engage in collaborative […] The post Canada’s Coinsquare Exchange To Make Foray Into Asia appeared first on Ethereum World News.

2018-7-14 01:06


Joe Lubin Says Ethereum (ETH) “Layer Two” Blockchain Features Coming Within This Year

At the Rise conference, which took place in Hong Kong on Tuesday, July 10th, Ethereum’s Joseph Lubin let attendees know that the first layer in the Ethereum ecosystem is completely established. However, they are far from done, because it is time to begin “layer two” systems to allow for maturation and ramification. The announcement happened […]

2018-7-12 11:03


Ethereum Scalability Issues Will End this year – Joe Lubin

While cryptocurrencies such as ethereum and others have many groundbreaking and life-changing potentials, the issue of scalability remains a pain in nether regions for crypto enthusiasts. However, co-founder of the Ethereum blockchain project, Joseph Lubin has revealed that Ethereum’s scalability problems will be over this year as the network moves into “phase two.

2018-7-11 12:07


0xUniverse: 0xGames’ Ethereum Blockchain Space Exploration Video Game Released

0xUniverse: An Ethereum Based Video Game Released Following time span which felt like an eternity for the fans, 0xGames have finally launched their flagship project 0xUniverse. 0xUniverse is a next-gen Ethereum-based game, where players are 22nd-century space explorers colonizing planets in a vibrant 3D rendered galaxy. No two planets are alike – each one is […]

2018-7-6 21:24