Ethereum and HelloWorld
In this post i just describes Ethereum basics and how to develop a simple Hello-World-Blockchain project in your local machine. Intro to Ethereum platform Traditional intro: "Ethereum is the largest and most well-established, open-ended decentralized software platform that enables SmartContracts and Distributed Applications (ĐApps) to be built and run without any downtime, fraud, control or interference from a third party." 😎 My intro: Ethereum is a kind of decentralized Blockchain platform (there are some other Blockchain platforms : BigChainDB, Chain Core, Corda and so on). The good news is, Ethereum is open source platform. So you can use Ethereum platform to build and deploy your Blockchain apps called DAPPS. Actually Ethereum is not only a platform but also a programming language running on Blockchain. Ethereum's crypto currency is Ether. Ether is also called Digital Oil because you have to pay form Ether for running your program in Ethereum. And in Ethere...