Skip to content

Latest commit

History

History
45 lines (29 loc) 路 1.17 KB

README.md

File metadata and controls

45 lines (29 loc) 路 1.17 KB

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.

Feedback

https://forms.gle/BEuWiHpSJGxq3J5m7

Final Solution

https://github.com/glennreyes/react-dapp

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