So far you have learned how to create your private test Ethereum network. You have also learned how to manage your Ethers using the MetaMask Chrome extension. In this chapter, you will learn about one of the most interesting and exciting features of Ethereum – Smart Contract. You will have a quick look at how a Smart Contract looks like as well as how to test it. In the next few chapters, we will dive into the details of Smart Contracts.
Your First Smart Contract
You are now ready to write your first Smart Contract. To do that, you can use any of your favorite ...