|
|
|
|
|
by dsmithatx
3736 days ago
|
|
Reading Bitcointalk.org it seems there are the "shills" who support Ethereum and everyone else who sees it as just another alt-coin. Between the zealots and haters it is hard for me to decide if there is some validity to the price of ETH. Reading the Ethereum website they don't see themselves as a currency. I think the Distributed Apps (dApps) are a good innovation and I can see where they would be useful beyond smart contracts. For example the Horse stud program someone came up with. Typically proprietary information sold at a high price, open sourced and distributed with the blockchain. It remains to be seen though if Bitcoin can implement distributed apps using a side chain or some tech. Microsoft is behind Ethereum so, maybe it will actually take off and be the next big thing. First as I understand they implemented the blockchain in Azure cloud and now the language in Visual Studio. I'm really curious if anyone has any real insight into whether Ethereum will take off or be pushed aside by Bitcoin. I personally have found it impossible to wade through the information out there to get a feeling one way or the other. |
|
Ethereum wasn't build/implemented for or on Azure. Microsoft showed support for Ethereum by offering BaaS (Blockchain as a Service) and have now adopted our in-house programming language Solidity within VS. Solidity is our higher level smart contract language that can compile down to EVM byte code (EVM - Ethereum Virtual Machine).
I can't tell you whether Ethereum will take of or not, to me it already has. Consider me highly biased being the original author of Ethereum's most used implementation :-)
To get a good feel of Ethereum and the community; take stroll through our community reddit [1], github client repo [2], solidity language [3] and some more documentation [4].
Warning: 2 & 3 are for our technical enthusiasts, 4 is very interesting. Enjoy! :-)
- [1] http://reddit.com/r/ethereum - [2] https://github.com/ethereum/go-ethereum - [3] https://solidity.readthedocs.org/en/latest/ - [4] https://ethereum-homestead.readthedocs.org/en/latest/