Skip to content

arielbk/react-dapp

Repository files navigation

React dApp demo

Building off of Nader Dabit's fullstack ethereum development article

https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13 https://www.youtube.com/watch?v=a0osIaAOFSE

Trying out blockchain development workflow by building a basic decentralized app.

Prerequisites

Metamask Chrome extension to connect to your Ethereum wallet

Tech Stack

  • Hardhat as the Ethereum development environment
  • ethers.js as the client library for interacting with the Ethereum blockchain
  • Next.js as the React framework for the frontend