glennreyes / react-dapp

πŸ’Ž React Dapp workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Dapp Workshop

Welcome to the React Dapp workshop! This workshop will teach you how to build a decentralized application (Dapp) using React and the Ethereum blockchain. We will be using the Hardhat to build our Dapp.

Getting started

  1. Get started by cloning this project and installing the dependencies:
git clone https://github.com/glennreyes/react-dapp.git
cd react-dapp
pnpm install
  1. Start the development server:
pnpm dev
  1. Open http://localhost:3000 with your browser and follow the instructions on the screen.

Acknowledgements

Creating the workshop materials wouldn't have been possible without:

  1. The help of my co-workers at Avantgarde Finance
  2. The content that is available online

References

About

πŸ’Ž React Dapp workshop


Languages

Language:TypeScript 95.5%Language:Solidity 2.2%Language:JavaScript 0.9%Language:HTML 0.8%Language:CSS 0.7%