Feedback
We are constantly looking at improving our content, so what could be better than listening to what you as a reader have to say? Your feedback is important to us and we will do our best to incorporate it. Could you take two mins to fill out the feedback form for this book and let us know what your thoughts are about it? Here's the link: https://forms.office.com/r/MpwFDNmwBP.
Thank you in advance.
This chapter is an introduction to the development tools, languages, and frameworks used for Ethereum smart contract development. We will examine different methods of developing smart contracts for the Ethereum blockchain. We will discuss various constructs of the Solidity language in detail, which is currently the most popular development language for smart contract development on Ethereum.
In this chapter, we will cover the following topics:
- Languages
- Compilers
- Tools and libraries
- Frameworks
- Contract development and deployment
- The layout of a Solidity source code file
- The Solidity...