In this chapter, we will build a full DApp from scratch. While we will not be going in-depth on the steps involved, this chapter will help you identify all the components involved in the construction of a decentralized application. In the upcoming chapters, we will focus on each of the different parts, but you can always refer back to these pages to understand how each section fits within the bigger picture.
About Our DApp
We will be creating a global counter implemented as a DApp. Users should be able to view the value of the counter and increase it by sending ...