How important is the adoption of Solidity for Ethereum's success?
I've been reading a lot about Ethereum, and I am really interested in blockchain tech -- but I also wonder about this. I am really curious as to whether it would be possible to develop new languages for the handling of smart contracts, or if it is possible to develop smart contracts (using a library or other resource) with existing, popular languages like c++, python, or javascript. I know web3 is already quite acces…
What Is Ethereum?
21–30 of 272 posts
Re: What Is Ethereum?
#22Earlier quoted context omitted.
This is drivel. Protocols and decentralized applications around decentralized file storage, decentralized computation and decentralized prediction markets, among dozens of other such concepts, have the potential to substantially increase the efficiency of the computational industry, and provide a massive boost to other peer-to-peer protocols by adding for the first time an economic layer
It's a bit silly to dismiss the whole thing because the cofounder is trying a little too hard to sell the technology.. it certainly doesn't mean the technological aspect of the paper is "drivel"
Re: What Is Ethereum?
#23Are we at the "mania" stage of cryptocurrency interest yet?
Re: What Is Ethereum?
#24Earlier quoted context omitted.
It's a bit silly to dismiss the whole thing because the cofounder is trying a little too hard to sell the technology.. it certainly doesn't mean the technological aspect of the paper is "drivel"
This is Sokal level writing. If this was a random person trying his hand at a writing class, whatever, but this is the guy writing the code behind your crypto coin.
Re: What Is Ethereum?
#251) Extremely vague and handwavy, or
2) Links to extremely long documents.
Neither one is an explanation, something that hits the key points and gives you enough to know what to ask to get greater detail.
Edit: toned down criticism.
Re: What Is Ethereum?
#26So if, for example, you had a big 3d animation sequence that you wanted to have rendered, you would not just send that code off to the network to be processed. You would have to pay to have every single person on the network process that job for you, and it would be so big the network wouldn't even accept it. Rather, you would create a simple contract that says "if you render this animation for me and prove that you did it right, I'll pay you X amount of Ether". Someone would take the job and the Ethereum network would process your contract and handle the payment. You would end up paying that person to do work for you, and you'd pay the network (using something called gas) to process the contract.
You could use Ethereum to create all kinds of interesting contracts for financial purposes, voting systems, insurance, or whatever else. But it's not some giant compute cluster that will run some big program for you.
Re: What Is Ethereum?
#27This doesn't seem to do it for me. The multiple explanations it offers are all either: 1) Extremely vague and handwavy, or 2) Links to extremely long documents. Neither one is an explanation, something that hits the key points and gives you enough to know what to ask to get greater detail. Edit: toned down criticism.
Re: What Is Ethereum?
#28This doesn't seem to do it for me. The multiple explanations it offers are all either: 1) Extremely vague and handwavy, or 2) Links to extremely long documents. Neither one is an explanation, something that hits the key points and gives you enough to know what to ask to get greater detail. Edit: toned down criticism.
Be my guest: http://github.com/Breefield/whatthefuckisethereum It's supposed to be a combination of layman information, reference material, and humor, I agree some of the content was rushed.
Re: What Is Ethereum?
#29There's one point in particular that took me a while to grasp: while you can write code that runs on the Ethereum network, every single node has to process that code. So if, for example, you had a big 3d animation sequence that you wanted to have rendered, you would not just send that code off to the network to be processed. You would have to pay to have every single person on the network process that job for you, an…
Re: What Is Ethereum?
#30There's one point in particular that took me a while to grasp: while you can write code that runs on the Ethereum network, every single node has to process that code. So if, for example, you had a big 3d animation sequence that you wanted to have rendered, you would not just send that code off to the network to be processed. You would have to pay to have every single person on the network process that job for you, an…