Categories
blockchain

A Simple Ethereum Blockchain Explorer with Javascript, QuickNode, and Tailwind CSS

Below is a screenshot of our app’s final version. 

HTML Starter

To get started, we will be setting up a basic HTML file called index.html. Since we will be using Tailwind CSS, the Tailwind HTML starter template is a good starting point. We will also be using the CDN link for styles.

N.B. We will be using this since we’re just running a test setup. Using the npm installation is advised for production setups and not the CDN link.