Getting Started

Get introduced to the front-end tech stack, including Next.js and Tailwind.

Overview

We built a smart contract using Solidity that can be deployed on the Ethereum blockchain. Our smart contract works as expected, but it doesn’t offer the best user experience. We’ll now build a front-end application to make interacting with this smart contract easier. For this purpose, we’ll be using the Next.js framework and the Tailwind library. Before diving into the implementation, let’s explore the reasoning behind these choices.

The front-end tech stack

...